import type { DropdownSectionProps } from './DropdownSection.types';
export declare const DropdownSection: (props: DropdownSectionProps) => JSX.Element;
export { DropdownSection as DROPDOWN_SECTION } from './DropdownSection';
export type { DropdownSectionProps };
//# sourceMappingURL=index.d.ts.map