import React from 'react'; export type ProviderProps = { children?: React.ReactNode; };