declare type FontWeightType = { fontWeight?: number; fontStyle?: string; }; export declare const fontWeightStyle: (props: FontWeightType) => import("styled-components").FlattenSimpleInterpolation; export {};