import { type InputHTMLAttributes } from 'react'; import type { DefaultProps } from '../../types'; export type SearchInputProps = DefaultProps & Omit, 'readOnly' | 'type'>; /** * SearchInput component, used to display a search input within the Search component. * * @example * * * */ export declare const SearchInput: import("react").ForwardRefExoticComponent, "type" | "readOnly"> & import("react").RefAttributes>; //# sourceMappingURL=search-input.d.ts.map