import type { SectionHeaderProps } from './section-header.types'; export declare const SectionHeader: ({ title, isSelected }: SectionHeaderProps) => JSX.Element; //# sourceMappingURL=section-header.d.ts.map