import { PropsWithChildren } from 'react';
import { PropsWithElementAttributes } from '../utils';
export declare const Dropdown: ({ children, className, style }: PropsWithChildren<PropsWithElementAttributes>) => JSX.Element;
//# sourceMappingURL=Dropdown.d.ts.map