import React from 'react'; type Props = { element: React.ReactNode | null; name: string; }; export declare const IconsProviderIcon: React.MemoExoticComponent<({ element, name }: Props) => import("react/jsx-runtime").JSX.Element | null>; export {};