import type {ReactNode} from 'react'; import type {IThemeProviderProps} from '../theme/theme-provider.type'; export interface IAppProviderProps extends Partial> { children: ReactNode; }