/// import { IDropdownProps } from "../../config/type"; declare function FDropdown(props: IDropdownProps): JSX.Element; export default FDropdown;