import type { LContextIn } from '../context'; export {}; export interface ConfigProviderProps { children?: React.ReactNode; context?: LContextIn; }