/// import * as T from "../../../headless/form/type"; export declare const Select: ({ options, value, onChange, errors, }: { options: { id: Id; name: string; }[]; } & T.InputProps) => JSX.Element; export default Select;