import React from 'react'; import { ContentSwitcherProps } from './type'; export type { ContentSwitcherProps }; declare const ContentSwitcher: React.ForwardRefExoticComponent>; export default ContentSwitcher;