import React from "react"; import { LucideProviderProps } from "./types"; declare function LucideProvider({ config, children, }: LucideProviderProps): React.JSX.Element; export default LucideProvider;