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