/// export interface IconPowerProps { size?: string; style?: React.CSSProperties; } export declare const IconPower: React.FC;