export declare const setTranslations: (json: any) => void; export declare const getTranslations: () => { toolbar: { opacity: string; effects: string; blur: string; textBackground: string; backgroundCornerRadius: string; backgroundOpacity: string; backgroundPadding: string; brightness: string; sepia: string; grayscale: string; textStroke: string; shadow: string; border: string; cornerRadius: string; position: string; layering: string; toForward: string; up: string; down: string; toBottom: string; alignLeft: string; alignCenter: string; alignRight: string; alignTop: string; alignMiddle: string; alignBottom: string; flip: string; flipHorizontally: string; flipVertically: string; fitToBackground: string; removeBackground: string; removeBackgroundTitle: string; cancelRemoveBackground: string; confirmRemoveBackground: string; crop: string; cropDone: string; cropCancel: string; removeClip: string; removeMask: string; transparency: string; lockedDescription: string; unlockedDescription: string; removeElements: string; duplicateElements: string; download: string; saveAsImage: string; saveAsPDF: string; lineHeight: string; letterSpacing: string; offsetX: string; offsetY: string; color: string; selectable: string; draggable: string; removable: string; resizable: string; contentEditable: string; styleEditable: string; alwaysOnTop: string; showInExport: string; ungroupElements: string; groupElements: string; lineSize: string; }; workspace: { noPages: string; addPage: string; removePage: string; duplicatePage: string; moveUp: string; moveDown: string; }; scale: { reset: string; }; error: { removeBackground: string; }; sidePanel: { templates: string; searchTemplatesWithSameSize: string; searchPlaceholder: string; otherFormats: string; noResults: string; error: string; text: string; uploadFont: string; myFonts: string; photos: string; elements: string; shapes: string; lines: string; upload: string; uploadImage: string; uploadTip: string; background: string; resize: string; layers: string; layersTip: string; noLayers: string; namePlaceholder: string; useMagicResize: string; width: string; height: string; magicResizeDescription: string; headerText: string; createHeader: string; subHeaderText: string; createSubHeader: string; bodyText: string; createBody: string; }; }; export declare const t: (path: string) => string;