import * as lucide_react0 from "lucide-react"; import * as react from "react"; //#region src/components/mdx/mdx-icons.d.ts declare const mdxIcons: { readonly Lightbulb: react.ForwardRefExoticComponent & react.RefAttributes>; readonly LinkIcon: react.ForwardRefExoticComponent & react.RefAttributes>; readonly MapIcon: react.ForwardRefExoticComponent & react.RefAttributes>; readonly Search: react.ForwardRefExoticComponent & react.RefAttributes>; readonly Target: react.ForwardRefExoticComponent & react.RefAttributes>; readonly TriangleAlert: react.ForwardRefExoticComponent & react.RefAttributes>; readonly Zap: react.ForwardRefExoticComponent & react.RefAttributes>; }; //#endregion export { mdxIcons };