import React from 'react';
import type { InputSelectProps } from '../../decs';
declare const InputSelect: React.FC<InputSelectProps>;
export type { InputSelectProps, InputSelectOptions } from '../../decs';
export default InputSelect;
//# sourceMappingURL=InputSelect.d.ts.map