import { CSSObject } from '@emotion/react'; import { Theme } from '../../Identity/Theme'; import { TextProps } from '../Text'; export interface HeadingProps extends TextProps { level?: string; } export declare const Heading: ({ level, ...props }: HeadingProps) => import("@emotion/react/jsx-runtime").JSX.Element; export declare const h1Style: (theme: Theme, props: HeadingProps) => CSSObject; export declare const H1: (props: HeadingProps) => import("@emotion/react/jsx-runtime").JSX.Element; export declare const h2Style: (theme: Theme, props: HeadingProps) => CSSObject; export declare const H2: (props: HeadingProps) => import("@emotion/react/jsx-runtime").JSX.Element; export declare const h3Style: (theme: Theme, props: HeadingProps) => CSSObject; export declare const H3: (props: HeadingProps) => import("@emotion/react/jsx-runtime").JSX.Element; export declare const h4Style: (theme: Theme, props: HeadingProps) => CSSObject; export declare const H4: (props: HeadingProps) => import("@emotion/react/jsx-runtime").JSX.Element; //# sourceMappingURL=Heading.d.ts.map