import React from 'react'; import '../info/index.less'; import { BaseResponsiveProps } from '../../../responsive/type'; export interface InfoProps { style?: any; globalState: any; callback?: any; setGlobalState: any; modules: any; slot?: any; bodyTopSlot?: React.ReactNode; setState?: any; variant?: 'desktop' | 'phone' | string; } declare const _default: React.ForwardRefExoticComponent>; export default _default;