import type { ComponentConfig } from '../component/types'; export declare type CanvasConfig = { components: ComponentConfig[]; [key: string]: any; };