import * as React from "react";

//#region src/text.d.ts
type TextProps = Readonly<React.ComponentPropsWithoutRef<'p'>>;
declare const Text: React.ForwardRefExoticComponent<Readonly<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">> & React.RefAttributes<HTMLParagraphElement>>;
//#endregion
export { Text, TextProps };
//# sourceMappingURL=index.d.ts.map