import { AllSelectProps } from '../Select.interface'; export declare function HTMLSelect({ name, id, size, value, multiple, onChange, options, placeholder, ...props }: AllSelectProps): import("react/jsx-runtime").JSX.Element;