import { AllSelectProps } from './Select.interface'; export declare function Select(props: AllSelectProps): import("react/jsx-runtime").JSX.Element;