///
import { MQ } from '../../utils/style';
import { LogicalProps } from '../../utils/logical-properties';
export type HeadingOverrides = {
overrides?: {
stylePreset?: MQ;
typographyPreset?: MQ;
} & LogicalProps;
};
export declare const Heading1: import("../../utils/with-own-theme").NewsKitReactComponents<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & HeadingOverrides & import("react").ClassAttributes & import("react").HTMLAttributes>;
export declare const H1: import("../../utils/with-own-theme").NewsKitReactComponents<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & HeadingOverrides & import("react").ClassAttributes & import("react").HTMLAttributes>;
export declare const Heading2: import("../../utils/with-own-theme").NewsKitReactComponents<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & HeadingOverrides & import("react").ClassAttributes & import("react").HTMLAttributes>;
export declare const H2: import("../../utils/with-own-theme").NewsKitReactComponents<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & HeadingOverrides & import("react").ClassAttributes & import("react").HTMLAttributes>;
export declare const Heading3: import("../../utils/with-own-theme").NewsKitReactComponents<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & HeadingOverrides & import("react").ClassAttributes & import("react").HTMLAttributes>;
export declare const H3: import("../../utils/with-own-theme").NewsKitReactComponents<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & HeadingOverrides & import("react").ClassAttributes & import("react").HTMLAttributes>;
export declare const Heading4: import("../../utils/with-own-theme").NewsKitReactComponents<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & HeadingOverrides & import("react").ClassAttributes & import("react").HTMLAttributes>;
export declare const H4: import("../../utils/with-own-theme").NewsKitReactComponents<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & HeadingOverrides & import("react").ClassAttributes & import("react").HTMLAttributes>;
export declare const Heading5: import("../../utils/with-own-theme").NewsKitReactComponents<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & HeadingOverrides & import("react").ClassAttributes & import("react").HTMLAttributes>;
export declare const H5: import("../../utils/with-own-theme").NewsKitReactComponents<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & HeadingOverrides & import("react").ClassAttributes & import("react").HTMLAttributes>;
export declare const Heading6: import("../../utils/with-own-theme").NewsKitReactComponents<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & HeadingOverrides & import("react").ClassAttributes & import("react").HTMLAttributes>;
export declare const H6: import("../../utils/with-own-theme").NewsKitReactComponents<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & HeadingOverrides & import("react").ClassAttributes & import("react").HTMLAttributes>;
//# sourceMappingURL=heading.d.ts.map