declare const translations: { en: { column_reorder: string; column_hidden: string; reset_order: string; column_settings: string; }; no: { column_reorder: string; column_hidden: string; reset_order: string; column_settings: string; }; }; export declare function useTranslations(locale?: 'no' | 'en'): typeof translations.en; export {};