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