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