import React from 'react'; import { CSS } from "../config/stitches.config"; declare type Props = React.HTMLAttributes & { width?: number | string; height?: number | string; fill?: string; css?: CSS; cssPath?: CSS; }; export declare const Search: React.FunctionComponent; export {};