import type { StyledComponent } from "@twilio-paste/styling-library"; import * as React from "react"; import type { TextProps } from "./types"; export declare const StyledText: StyledComponent, HTMLElement>, "color">, TextProps, Record>; declare const Text: React.ForwardRefExoticComponent>; export { Text }; export * from "./types"; export * from "./SafelySpreadProps"; //# sourceMappingURL=Text.d.ts.map