import type { SVGProps } from "react"; export interface PowerIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function PowerIcon({ className, size, color, ...props }: PowerIconProps): import("react").JSX.Element; //# sourceMappingURL=power-icon.d.ts.map