import React from "react"; export declare type TextInfoProps = { children: React.ReactNode | string; textStyle?: string; hugeness?: string; translator?: (key: string, options?: any) => string; }; declare class TextInfo extends React.PureComponent { render(): JSX.Element; } export default TextInfo; //# sourceMappingURL=index.d.ts.map