import { Translations } from '../../../utils/locale'; export declare class OneProduct { label: Translations['tiered_input']['label']; quantity: number; changeQuantity: (e: any) => void; render(): any; }