declare type ScaleType = { scale?: number; scaleY?: number; origin?: string; }; export declare const scaleStyle: (props: ScaleType) => import("styled-components").FlattenSimpleInterpolation; export {};