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