import { FC } from 'react'; import { LabelProps } from '../interface'; import '../index.less'; declare const Label: FC; export default Label;