declare type FontFamilyType = { fontFamily?: string; fontStyle?: string; }; export declare const fontFamilyStyle: (props: FontFamilyType) => import("styled-components").FlattenSimpleInterpolation; export {};