import { ImageSettings } from '../types/settings';
export declare const defaultTranslations: {
    pluginName: string;
    pluginDescription: string;
    or: string;
    haveUrl: string;
    imageUrl: string;
    hrefPlaceholder: string;
    hrefLabel: string;
    openNewWindow: string;
    srcPlaceholder: string;
};
export declare const defaultSettings: ImageSettings;
