import { RotationType } from '../model/rotation-type';
import { PathOptions } from '../model/path-options.model';
export declare class SvgUtils {
    static getRGB(color: string): number[];
    static linearEase(time: number, start: number, goal: number, duration: number): number;
    static getPathProps(size: number, strokeWidth: number, rotation: RotationType): PathOptions;
}
//# sourceMappingURL=svg-utils.d.ts.map