import * as React from 'react'; export declare type TSearch = React.SVGProps & { custom?: boolean; strokeClassName?: string; }; export declare const Search: { ({ color, stroke, className, strokeClassName, custom, ...props }: TSearch): JSX.Element; defaultProps: { color: string; }; };