/// export declare type DynamicTransProps = ({ children }: { children: string; }) => JSX.Element;