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