import { t as Callout } from "../../callout-CMowUoNo.js"; import { t as CodeBlock } from "../../code-block-BTqhT-04.js"; import { t as ComponentPreview } from "../../component-preview-Bo5z-Rpi.js"; import { t as ComponentSource } from "../../component-source-CueTuEL1.js"; import { t as FigcaptionBlock } from "../../figcaption-block-DOio2cpy.js"; import { n as MermaidBlock } from "../../mermaid-block-CfpbA_4B.js"; import { t as ICodeBlockProps } from "../../types-wP3wUTGt.js"; import { t as ComponentsList } from "../../components-list-jjf3KbSi.js"; import { i as TableRow, n as TableCell, r as TableHeader, t as Table } from "../../table-BO0sNv56.js"; import { i as TabTrigger, n as TabContent, r as TabList, t as Tab } from "../../tabs-9mAvoE4l.js"; import { a as H4, c as Hr, d as P, i as H3, l as LinkBlock, n as H1, o as H5, r as H2, s as H6, t as A, u as LinkedCard } from "../../typography--OnM9r1R.js"; import * as lucide_react0 from "lucide-react"; import * as react from "react"; import * as react_jsx_runtime0 from "react/jsx-runtime"; import * as next_image0 from "next/image"; import * as next_dist_shared_lib_get_img_props0 from "next/dist/shared/lib/get-img-props"; //#region src/components/mdx/mdx-components-registry.d.ts declare const mdxComponents: { a: typeof A; blockquote: ({ className, ...props }: React.HTMLAttributes) => react_jsx_runtime0.JSX.Element; ApiRoutes: ({ children }: { children?: React.ReactNode; }) => react_jsx_runtime0.JSX.Element; Callout: typeof Callout; ComponentPreview: typeof ComponentPreview; ComponentSource: typeof ComponentSource; ComponentsList: typeof ComponentsList; MathMl: ({ children }: { children?: React.ReactNode; }) => react_jsx_runtime0.JSX.Element; MermaidSvg: ({ children, ...props }: React.HTMLAttributes) => react_jsx_runtime0.JSX.Element; PackageManagerTabs: ({ npm, yarn, pnpm, bun }: { npm?: string; yarn?: string; pnpm?: string; bun?: string; }) => react_jsx_runtime0.JSX.Element; SequenceDisplay: ({ children }: { children?: React.ReactNode; }) => react_jsx_runtime0.JSX.Element; code: typeof CodeBlock; figcaption: typeof FigcaptionBlock; h1: typeof H1; h2: typeof H2; h3: typeof H3; h4: typeof H4; h5: typeof H5; h6: typeof H6; hr: typeof Hr; Image: react.ForwardRefExoticComponent, HTMLImageElement>, "ref" | "height" | "width" | "loading" | "alt" | "src" | "srcSet"> & { src: string | next_dist_shared_lib_get_img_props0.StaticImport; alt: string; width?: number | `${number}`; height?: number | `${number}`; fill?: boolean; loader?: next_image0.ImageLoader; quality?: number | `${number}`; preload?: boolean; priority?: boolean; loading?: "eager" | "lazy" | undefined; placeholder?: next_dist_shared_lib_get_img_props0.PlaceholderValue; blurDataURL?: string; unoptimized?: boolean; overrideSrc?: string; onLoadingComplete?: next_dist_shared_lib_get_img_props0.OnLoadingComplete; layout?: string; objectFit?: string; objectPosition?: string; lazyBoundary?: string; lazyRoot?: string; } & react.RefAttributes>; img: ({ className, alt, ...props }: React.ImgHTMLAttributes) => react_jsx_runtime0.JSX.Element; Link: typeof LinkBlock; LinkedCard: typeof LinkedCard; li: (props: React.HTMLAttributes) => react_jsx_runtime0.JSX.Element; MermaidDiagram: typeof MermaidBlock; ol: ({ className, ...props }: React.HTMLAttributes) => react_jsx_runtime0.JSX.Element; p: typeof P; pre: (props: ICodeBlockProps & { __isMermaid__?: boolean; }) => react_jsx_runtime0.JSX.Element; Step: ({ className, ...props }: React.ComponentProps<"h3">) => react_jsx_runtime0.JSX.Element; Steps: ({ ...props }: React.ComponentProps<"div">) => react_jsx_runtime0.JSX.Element; strong: ({ className, ...props }: React.HTMLAttributes) => react_jsx_runtime0.JSX.Element; b: ({ className, ...props }: React.HTMLAttributes) => react_jsx_runtime0.JSX.Element; em: ({ className, ...props }: React.HTMLAttributes) => react_jsx_runtime0.JSX.Element; table: typeof Table; Tabs: typeof Tab; TabsContent: typeof TabContent; TabsList: typeof TabList; TabsTrigger: typeof TabTrigger; td: typeof TableCell; th: typeof TableHeader; tr: typeof TableRow; ul: ({ className, ...props }: React.HTMLAttributes) => react_jsx_runtime0.JSX.Element; Lightbulb: react.ForwardRefExoticComponent & react.RefAttributes>; LinkIcon: react.ForwardRefExoticComponent & react.RefAttributes>; MapIcon: react.ForwardRefExoticComponent & react.RefAttributes>; Search: react.ForwardRefExoticComponent & react.RefAttributes>; Target: react.ForwardRefExoticComponent & react.RefAttributes>; TriangleAlert: react.ForwardRefExoticComponent & react.RefAttributes>; Zap: react.ForwardRefExoticComponent & react.RefAttributes>; }; //#endregion export { mdxComponents };