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