import enUs from "./en-US"; export type TranslationKeys = keyof typeof enUs; declare const _default: { "en-US": { "table.expand": string; "table.collapse": string; dismiss: string; search: string; today: string; "select.placeholder": string; back: string; }; }; export default _default;