import { themeType } from '../../tokens/themes'; interface StyledTagProps { innerType: themeType; withText: boolean; rounded: boolean; } export declare const StyledTag: import("styled-components").StyledComponent<"span", any, StyledTagProps, never>; export {}; //# sourceMappingURL=styled.d.ts.map