import { IconProviderProps } from './interfaces'; /** * Preload the context with the existing icon set. * This allows the Icon component to have these icons available in the context even when no IconProvider is used. */ export declare const InternalIconContext: import("react").Context;