import { Component } from "../../../types"; export interface IncludedUnitsProps extends Component { color?: string; name?: string; productItemId?: string; } export declare const IncludedUnits: ({ productItemId, onError, onLoadingChange, hideLoader, name, color, ...props }: IncludedUnitsProps) => import("react/jsx-runtime").JSX.Element | null;