declare const enUS: {
    codeBlock: {
        copy: string;
        copied: string;
        download: string;
        downloaded: string;
    };
    mermaid: {
        diagram: string;
        code: string;
        zoomOut: string;
        zoomIn: string;
        download: string;
        fullScreen: string;
        exitFullScreen: string;
        downloadImage: string;
        downloadedImage: string;
        copiedImage: string;
        copyImage: string;
        fitInView: string;
    };
};
type EnUS = typeof enUS;

export { enUS as default, enUS };
export type { EnUS };
