declare const HEADING_LEVELS: readonly [2, 3, 4, 5, 6];
export type SectionHeadingProps = {
    className?: string;
    level?: (typeof HEADING_LEVELS)[number];
    children?: React.ReactNode;
};
export declare const SectionHeading: React.FC<SectionHeadingProps>;
export default SectionHeading;
//# sourceMappingURL=index.d.ts.map