import { PropsWithChildren } from 'react'; import { RuntimeContextType } from './types'; export declare function RuntimeProvider({ children, packs }: PropsWithChildren>): import("react/jsx-runtime").JSX.Element; export declare function useIconRuntime(): RuntimeContextType; //# sourceMappingURL=runtime.context.d.ts.map