import type { TOptions } from '@nerimity/i18lite'; import { type JSXElement, type ParentComponent } from 'solid-js'; export type TransProps = { key: string; options?: TOptions; components?: Record JSXElement)>; }; export declare const Trans: ParentComponent; //# sourceMappingURL=Trans.d.ts.map