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