export declare const DemoTask: { header: { title: string; }; description: { title: string; }; print: {}; handlers: { onloadscript: string; }; hiddenCells: ({ colSpan: number; properties: { onCreateValue: string; onUpdateValue?: undefined; }; name: string; rowSpan: number; showHelp: boolean; title: string; } | { colSpan: number; properties: { onCreateValue: string; onUpdateValue: string; }; name: string; rowSpan: number; showHelp: boolean; title: string; })[]; tabs: { name: string; sections: { columns: number; decoration: string; name: string; rows: ({ cells: { colSpan: number; properties: { readOnly: string; requiredLevel: string; }; name: string; rowSpan: number; showHelp: boolean; title: string; }[]; } | { cells: ({ colSpan: number; properties: { requiredLevel: string; }; name: string; rowSpan: number; showHelp: boolean; title: string; } | { colSpan: number; name: string; rowSpan: number; showHelp: boolean; title: string; properties?: undefined; })[]; })[]; showlabel: boolean; title: string; }[]; title: string; }[]; uiActions: any[]; };