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