declare type ColorType = { bgColor?: string; bgColorAlpha?: number; }; export declare const bgColorStyle: (props: ColorType) => import("styled-components").FlattenSimpleInterpolation; export {};