export declare const lang: string;
declare const i18n: import('vue-i18n').I18n<{
    "zh-cn": {
        common: {
            more: string;
            loadErrorText: string;
            renderRatio: string;
            naturalRatio: string;
            fixedAspectRatio: string;
            fileZise: string;
            origin: string;
            imageType: string;
        };
        action: {
            previous: string;
            next: string;
            enlarge: string;
            shrink: string;
            rotateCounterclockwise: string;
            clockwiseRotation: string;
            flipHorizontal: string;
            flipVertical: string;
            reset: string;
            fullScreen: string;
            download: string;
            play: string;
            pause: string;
        };
    };
    "en-us": {
        common: {
            more: string;
            loadErrorText: string;
            renderRatio: string;
            naturalRatio: string;
            fixedAspectRatio: string;
            fileZise: string;
            origin: string;
            imageType: string;
        };
        action: {
            previous: string;
            next: string;
            enlarge: string;
            shrink: string;
            rotateCounterclockwise: string;
            clockwiseRotation: string;
            flipHorizontal: string;
            flipVertical: string;
            reset: string;
            fullScreen: string;
            download: string;
            play: string;
            pause: string;
        };
    };
}, {}, {}, string, false>;
export default i18n;
