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