///
export declare const BaseTag: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, {
$tagColor: 'blue' | 'green' | 'pink' | 'violet' | 'yellow' | 'red';
$fontSize?: string | undefined;
}>>;