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