import { TagProps } from './interface';
export declare const StyledTag: import("styled-components").StyledComponent<"div", any, TagProps, never>;
