import { Component } from "../../../types"; interface Props extends Component { color?: string; productItem?: string; total: number; used: number; } export declare const IncludedUnitsVisual: ({ total, used, productItem, withContainer, withTitle, title, callToAction, color, }: Props) => import("react/jsx-runtime").JSX.Element; export {};