declare const DEFAULT_LOCALE: {
    page: string;
    goto: string;
    prevPage: string;
    nextPage: string;
};
type Locale = typeof DEFAULT_LOCALE;
export { DEFAULT_LOCALE, Locale };
