/// interface FdropdownProps { title?: String; size?: String; dropdownId?: String; className?: String; show?: boolean; onHide?: any; hide?: boolean; children?: any; id?: any; } export declare const FDropdown: ({ title, size, dropdownId, className, id, show, onHide, children, }: FdropdownProps) => JSX.Element; export {}; //# sourceMappingURL=Fdropdown.d.ts.map