interface ShapeCircleDashIconProps { className?: string; size?: number; color?: string; full?: boolean; } /** @deprecated Use icons from icons-v2-generated instead. */ export declare function ShapeCircleDashIcon({ className, size, color, full, }: ShapeCircleDashIconProps): import("react").JSX.Element; export {}; //# sourceMappingURL=shape-circle-dash-icon.d.ts.map