export declare const getTextSize: (size: any) => string; export declare const getFontWeight: (fontWeight: any) => string; export declare const getFontSetting: (fontSetting: any) => string; export declare const getRadius: (size: any) => string; export declare const getShadow: (size: any) => string; export declare const getFocusRing: (color?: string, position?: string) => string; export declare const getOffsetFocusRing: (color?: string) => string; export declare const getListContainer: (tag: any) => string; export declare const getPlacement: (maxHeight: any, placement: any) => any; //# sourceMappingURL=styles.d.ts.map