/**
 * @description i18n zh-CN
 * @author wangfupeng
 */
declare const _default: {
    videoModule: {
        delete: string;
        uploadVideo: string;
        insertVideo: string;
        videoSrc: string;
        videoSrcPlaceHolder: string;
        videoPoster: string;
        videoPosterPlaceHolder: string;
        ok: string;
        editSize: string;
        edit: string;
        width: string;
        height: string;
    };
};
export default _default;
