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