import { HTMLAttributes } from "react";
declare function DropdownSection({ children, ...rest }: HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
export default DropdownSection;
//# sourceMappingURL=DropdownSection.d.ts.map