import React from 'react'; export type ProviderProps = { children?: React.ReactNode; }; //# sourceMappingURL=ProviderProps.d.ts.map