import type { TSelectProps } from './Select.type'; declare const Select: (props: TSelectProps) => import("react/jsx-runtime").JSX.Element; export default Select;