import { Allocation, SerializedComponent } from '../../../machines'; import { ComponentPreview } from '../types'; export declare const createQuantityRow: (component: SerializedComponent, onUpdateAllocation: (allocation: Allocation) => void, locale: string, hasError: boolean) => ComponentPreview;