import type { ListBoxSectionProps } from '../ListBoxSection';
export declare const ComboboxSection: (props: ComboboxSectionProps) => JSX.Element;
export declare type ComboboxSectionProps = ListBoxSectionProps;
//# sourceMappingURL=ComboboxSection.d.ts.map