import React from 'react'; import type { IconPropsContextValue } from './IconPropsProvider'; declare const IconPropsContext: React.Context; export { IconPropsContext }; //# sourceMappingURL=IconPropsContext.d.ts.map