import type { FunctionComponent } from 'react'; import type { ForwardProps } from '../../types'; import type { ContextSwitcherProps } from './AppShell.types'; declare const ContextSwitcher: FunctionComponent; export default ContextSwitcher; //# sourceMappingURL=ContextSwitcher.d.ts.map