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