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