/// /** * Text component is the used to render text and paragraphs within an interface. It renders a

tag by default. * https://chakra-ui.com/docs/typography/text */ export declare function Text({ ...props }: any): JSX.Element; //# sourceMappingURL=Text.d.ts.map