import type { ThemeProviderProps } from '../theme/interface';
export interface ProviderProps extends ThemeProviderProps {
}
