import { ColorProps } from 'styled-system'; import { HeadingVariant } from './types'; export declare const Text: import("styled-components").StyledComponent<"h1", any, { variant: HeadingVariant; } & ColorProps>, string | number | symbol>, never>;