import { SelectProps } from "../../input.type";
export declare function Select({ addEmpty, align, name, label, options, isDisabled, isRequired, isSearchable, isClearable, defaultValue, handleSelection, error, placeholder, }: SelectProps): import("react/jsx-runtime").JSX.Element;
