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