export declare const Tag: (styleProps: any) => string; export declare const TagContent: (styleProps: any) => string; export declare const TagClose: (styleProps: any) => string; export declare const outlinedProperties: (styleProps: any) => string; export declare const tintProperties: (styleProps: any) => string; export declare const sizeProperties: (styleProps: any) => any;