/// import { SelectPropsA, SelectPropsB } from './select.type'; declare function SelectComponent(props: SelectPropsA): JSX.Element; declare function SelectComponent(props: SelectPropsB): JSX.Element; export default SelectComponent;