export declare class Strings { static readonly toolboxes: { toolPalette: { title: string; }; cardEditor: { title: string; }; sampleDataEditor: { title: string; }; sampleHostDataEditor: { title: string; }; propertySheet: { title: string; commands: { bindData: { displayText: () => string; accessibleText: (propertyLabel: string) => string; }; }; }; cardStructure: { title: string; }; dataStructure: { title: string; }; }; static loadingEditor: string; static readonly widgetOverflowWarning: string; }