import { ReactNode } from 'react'; interface HighlightSectionHeaderProps { title: string; subtitle?: string; children?: ReactNode; } export declare function HighlightSectionHeader({ title, subtitle, children, }: HighlightSectionHeaderProps): import("react").JSX.Element; export {}; //# sourceMappingURL=HighlightSectionHeader.d.ts.map