import React from 'react';
export type SearchProps = {
    size?: number;
    fill?: string;
};
export declare const Search: (props: SearchProps) => React.ReactNode;
//# sourceMappingURL=Search.d.ts.map