export declare const CONTROL_TYPES: readonly ["tag", "text", "number", "range", "boolean", "color", "select", "multi-select", "object", "array", "radio", "inline-radio", "check", "inline-check", "function", "component"];
export type T_CONTROL_TYPES = typeof CONTROL_TYPES[number];
//# sourceMappingURL=controls.d.ts.map