import type { ISelectProps, ISelectItemProps, ISelectComponentType } from './types'; declare const Select: ISelectComponentType; export default Select; export type { ISelectProps, ISelectItemProps, ISelectComponentType };