import { InputHTMLAttributes } from 'preact';
import { SelectProps } from './Select';
export type InputSelectProps = Omit, 'value' | 'onChange'> & SelectProps;
export declare function InputSelect({ options, value, onChange, ...props }: InputSelectProps): import("preact").JSX.Element;
//# sourceMappingURL=InputSelect.d.ts.map