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