export declare const attributeLinkedActionOutput = "/**\n * This file was generated from MyWidget.xml\n * WARNING: All changes made to this file will be overwritten\n * @author Mendix Widgets Framework Team\n */\nimport { EditableValue } from \"mendix\";\n\nexport interface MyWidgetContainerProps {\n    name: string;\n    tabIndex?: number;\n    id: string;\n    collapsed?: EditableValue<boolean>;\n}\n\nexport interface MyWidgetPreviewProps {\n    readOnly: boolean;\n    renderMode: \"design\" | \"xray\" | \"structure\";\n    translate: (text: string) => string;\n    collapsed: string;\n    onToggleCollapsed: {} | null;\n}\n";
export declare const attributeNestedLinkedActionOutput = "/**\n * This file was generated from MyWidget.xml\n * WARNING: All changes made to this file will be overwritten\n * @author Mendix Widgets Framework Team\n */\nimport { ActionValue, EditableValue } from \"mendix\";\n\nexport interface DatasourcePropertiesType {\n    collapsedFirst?: EditableValue<boolean>;\n    collapsedSecond?: EditableValue<boolean>;\n    onToggleCollapsedSecond?: ActionValue;\n    collapsedSecondGroup?: EditableValue<boolean>;\n}\n\nexport interface DatasourcePropertiesPreviewType {\n    collapsedFirst: string;\n    onToggleCollapsed: {} | null;\n    onToggleCollapsedFirstGroup: {} | null;\n    collapsedSecond: string;\n    onToggleCollapsedSecond: {} | null;\n    collapsedSecondGroup: string;\n}\n\nexport interface MyWidgetContainerProps {\n    name: string;\n    tabIndex?: number;\n    id: string;\n    datasourceProperties: DatasourcePropertiesType[];\n}\n\nexport interface MyWidgetPreviewProps {\n    readOnly: boolean;\n    renderMode: \"design\" | \"xray\" | \"structure\";\n    translate: (text: string) => string;\n    onToggleCollapsed: {} | null;\n    datasourceProperties: DatasourcePropertiesPreviewType[];\n}\n";
