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