/// type HeaderProps = { level: 1 | 2 | 3 | 4 | 5 | 6; children: string | string[]; skip?: boolean; id?: string; }; export declare const H1: (props: Omit) => JSX.Element; export declare const H2: (props: Omit) => JSX.Element; export declare const H3: (props: Omit) => JSX.Element; export declare const H4: (props: Omit) => JSX.Element; export declare const H5: (props: Omit) => JSX.Element; export declare const H6: (props: Omit) => JSX.Element; export {};