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 PreBlock } from "../../pre-block-BkJc8IBS.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$1 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-base.d.ts type PreRendererProps = React$1.ComponentProps & { __isMermaid__?: boolean; }; declare const mdxBaseComponents: { a: typeof A; blockquote: ({ className, ...props }: React$1.HTMLAttributes) => react_jsx_runtime0.JSX.Element; ApiRoutes: ({ children }: { children?: React$1.ReactNode; }) => react_jsx_runtime0.JSX.Element; Callout: typeof Callout; ComponentPreview: typeof ComponentPreview; ComponentSource: typeof ComponentSource; ComponentsList: typeof ComponentsList; MathMl: ({ children }: { children?: React$1.ReactNode; }) => react_jsx_runtime0.JSX.Element; MermaidSvg: ({ children, ...props }: React$1.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$1.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$1.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$1.RefAttributes>; img: ({ className, alt, ...props }: React$1.ImgHTMLAttributes) => react_jsx_runtime0.JSX.Element; Link: typeof LinkBlock; LinkedCard: typeof LinkedCard; li: (props: React$1.HTMLAttributes) => react_jsx_runtime0.JSX.Element; MermaidDiagram: typeof MermaidBlock; ol: ({ className, ...props }: React$1.HTMLAttributes) => react_jsx_runtime0.JSX.Element; p: typeof P; pre: (props: PreRendererProps) => react_jsx_runtime0.JSX.Element; Step: ({ className, ...props }: React$1.ComponentProps<"h3">) => react_jsx_runtime0.JSX.Element; Steps: ({ ...props }: React$1.ComponentProps<"div">) => react_jsx_runtime0.JSX.Element; strong: ({ className, ...props }: React$1.HTMLAttributes) => react_jsx_runtime0.JSX.Element; b: ({ className, ...props }: React$1.HTMLAttributes) => react_jsx_runtime0.JSX.Element; em: ({ className, ...props }: React$1.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$1.HTMLAttributes) => react_jsx_runtime0.JSX.Element; Lightbulb: React$1.ForwardRefExoticComponent & React$1.RefAttributes>; LinkIcon: React$1.ForwardRefExoticComponent & React$1.RefAttributes>; MapIcon: React$1.ForwardRefExoticComponent & React$1.RefAttributes>; Search: React$1.ForwardRefExoticComponent & React$1.RefAttributes>; Target: React$1.ForwardRefExoticComponent & React$1.RefAttributes>; TriangleAlert: React$1.ForwardRefExoticComponent & React$1.RefAttributes>; Zap: React$1.ForwardRefExoticComponent & React$1.RefAttributes>; }; //#endregion export { mdxBaseComponents };