import { DefaultTheme } from 'styled-components';
import { TagProps } from './types';
interface ThemedProps extends TagProps {
    theme: DefaultTheme;
}
export declare const StyledTag: import("styled-components").StyledComponent<"div", DefaultTheme, ThemedProps, never>;
declare const _default: null;
export default _default;
