import React from 'react'; import { PisellDrawerProps } from '../../../components/drawer'; import './index.less'; interface AddServiceProps { onEdit?: any; dispatch?: any; state?: any; drawerProps?: PisellDrawerProps; renderMode?: 'current' | 'drawer'; } declare const Info: (props: AddServiceProps) => React.JSX.Element; export default Info;