declare type FontColorType = { fontColor?: string; fontColorAlpha?: number; }; export declare const fontColorStyle: (props: FontColorType) => import("styled-components").FlattenSimpleInterpolation; export {};