import { TransProps } from '.'; type ValueTransProps = Pick & { text: string; }; export default function TransText({ text, components }: ValueTransProps): any; export {};