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