declare type BlurType = { blur?: number; unit?: string; }; export declare const blurStyle: (props: BlurType) => import("styled-components").FlattenSimpleInterpolation; export {};