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