import { TextProps } from '../Text/Text.type'; export declare type HeadingProps = TextProps & { level: 1 | 2 | 3 | 4 | 5 | 6; h1?: never; h2?: never; h3?: never; h4?: never; h5?: never; h6?: never; }; //# sourceMappingURL=Heading.type.d.ts.map