import React from "react"; import * as react_jsx_runtime0 from "react/jsx-runtime"; import Link from "next/link"; //#region src/components/mdx/mdx-components/typography.d.ts interface IHeadingProps extends React.HTMLAttributes {} interface IAnchorProps extends React.HTMLAttributes {} interface IParagraphProps extends React.HTMLAttributes {} declare function H1({ className, ...props }: IHeadingProps): react_jsx_runtime0.JSX.Element; declare function H2({ className, ...props }: IHeadingProps): react_jsx_runtime0.JSX.Element; declare function H3({ className, ...props }: IHeadingProps): react_jsx_runtime0.JSX.Element; declare function H4({ className, ...props }: IHeadingProps): react_jsx_runtime0.JSX.Element; declare function H5({ className, ...props }: IHeadingProps): react_jsx_runtime0.JSX.Element; declare function H6({ className, ...props }: IHeadingProps): react_jsx_runtime0.JSX.Element; declare function A({ className, ...props }: IAnchorProps): react_jsx_runtime0.JSX.Element; declare function P({ className, ...props }: IParagraphProps): react_jsx_runtime0.JSX.Element; declare function LinkBlock({ className, ...props }: React.ComponentProps): react_jsx_runtime0.JSX.Element; declare function LinkedCard({ className, ...props }: React.ComponentProps): react_jsx_runtime0.JSX.Element; declare function Hr({ ...props }: React.HTMLAttributes): react_jsx_runtime0.JSX.Element; //#endregion export { H4 as a, Hr as c, P as d, H3 as i, LinkBlock as l, H1 as n, H5 as o, H2 as r, H6 as s, A as t, LinkedCard as u };