import React from 'react'; import { Icons } from '../IconsProvider'; type Props = { icons: Icons; container: Element; }; export declare const IconsProviderList: React.FC; export {};