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