export declare class Component { id: string; uiType: string; onClickEvent?: Event; data?: object; position?: string; }