import { NEXT_DATA } from 'next/dist/shared/lib/utils'; export declare const getHtmlLocaleAttributes: (nextData: NEXT_DATA) => { lang: string; dir: string; };