import { FC } from 'react'; import type { ContainerType, LabelType, ProEditLabelType } from './propsType'; declare const ProEditLabel: FC; export default ProEditLabel;