import type { ComponentType } from 'react'; import type { TextProps } from '../primitives/Text'; export declare const H1: ComponentType; export declare const H2: ComponentType; export declare const H3: ComponentType; export declare const H4: ComponentType; export declare const H5: ComponentType; export declare const H6: ComponentType; //# sourceMappingURL=Headings.d.ts.map