///
///
declare namespace React {}
declare namespace JSX {
type Element = React.JSX.Element
type ElementType = React.JSX.ElementType
type IntrinsicElements = React.JSX.IntrinsicElements
interface IntrinsicAttributes extends React.JSX.IntrinsicAttributes {}
interface ElementChildrenAttribute extends React.JSX.ElementChildrenAttribute {}
type LibraryManagedAttributes = React.JSX.LibraryManagedAttributes
}
declare module "lucide-react" {
export * from "lucide-react/dist/lucide-react.suffixed";
}