import * as React from "react"; //#region src/text.d.ts type TextProps = Readonly>; declare const Text: React.ForwardRefExoticComponent, HTMLParagraphElement>, "ref">> & React.RefAttributes>; //#endregion export { Text, TextProps }; //# sourceMappingURL=index.d.ts.map