import type React from 'react'; export declare const H1: (props: React.ComponentProps<'h1'>) => import("react/jsx-runtime").JSX.Element; export declare const H2: (props: React.ComponentProps<'h2'>) => import("react/jsx-runtime").JSX.Element; export declare const H3: (props: React.ComponentProps<'h3'>) => import("react/jsx-runtime").JSX.Element; export declare const H4: (props: React.ComponentProps<'h4'>) => import("react/jsx-runtime").JSX.Element; export declare const H5: (props: React.ComponentProps<'h5'>) => import("react/jsx-runtime").JSX.Element; export declare const H6: (props: React.ComponentProps<'h6'>) => import("react/jsx-runtime").JSX.Element;