import { TransformState } from '../../state/types'; /** * Track gt() function invocations * - Adds the translation content to the string collector */ export declare function registerTranslationComponent(state: TransformState, hash: string, options?: { children?: unknown; id?: string; context?: string; requiresReview?: boolean; }): void; //# sourceMappingURL=registerTranslationComponent.d.ts.map