export declare function getFontAttributes({ fontFamilyThemeKey, fontWeight: _fontWeight, theme }: { fontFamilyThemeKey: any; fontWeight: any; theme: any; }): { fontFamily: any; fontWeight: any; }; export declare function getFontStyles({ fontWeight: _fontWeight, fontFamily: _fontFamilyThemeKey }: { fontWeight: any; fontFamily?: string; }): ({ theme, ...props }: { [x: string]: any; theme: any; }) => string;