import { type HTMLAttributes } from 'react'; import type { DefaultProps } from '../../types'; export type SearchProps = DefaultProps & HTMLAttributes; /** * Search component, use to display different variations of a search input * * @example with button * * * * * * * @example with icon * * * * */ export declare const Search: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; //# sourceMappingURL=search.d.ts.map