import React from 'react'; import { HeadingProps, ShortHandHeadingProps } from './Typography.types'; declare const Heading: { (props: HeadingProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const H1: React.ForwardRefExoticComponent & React.RefAttributes>; export declare const H2: { (props: ShortHandHeadingProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const H3: { (props: ShortHandHeadingProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const H4: { (props: ShortHandHeadingProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export default Heading;