1import React from 'react'; 2import { TextProps } from '../primitives/Text'; 3export declare const H1: React.ComponentType<TextProps>; 4export declare const H2: React.ComponentType<TextProps>; 5export declare const H3: React.ComponentType<TextProps>; 6export declare const H4: React.ComponentType<TextProps>; 7export declare const H5: React.ComponentType<TextProps>; 8export declare const H6: React.ComponentType<TextProps>; 9//# sourceMappingURL=Headings.d.ts.map