import type { ImageSettings } from '../types/settings'; export declare const defaultTranslations: { pluginName: string; pluginDescription: string; or: string; haveUrl: string; imageUrl: string; hrefPlaceholder: string; hrefLabel: string; altPlaceholder: string; altLabel: string; openNewWindow: string; srcPlaceholder: string; buttonContent: string; noFileError: string; badExtensionError: string; tooBigError: string; uploadingError: string; unknownError: string; }; export declare const defaultSettings: ImageSettings; //# sourceMappingURL=settings.d.ts.map