/// <reference types="react" />
export interface IconSearchSharpProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconSearchSharp: React.FC<IconSearchSharpProps>;
