/** @packageDocumentation * @module Text */ import { TextProps } from "./TextProps"; /** Styled title text React functional component * @public */ export declare function Title(props: TextProps): JSX.Element; //# sourceMappingURL=Title.d.ts.map