import React from 'react'; import type { OpenPropertyDrawerParamters } from '../PropsType'; import './index.less'; declare const FormPannel: React.ForwardRefExoticComponent> & React.RefAttributes>; export default FormPannel;