import { type SelectHTMLAttributes } from "react"; export interface SelectProps extends SelectHTMLAttributes { error?: boolean; } export declare const Select: import("react").ForwardRefExoticComponent>;