import type { FunctionalComponent } from 'vue'; import type { FormItemLabelProps } from './interface'; declare const FormItemLabel: FunctionalComponent; export default FormItemLabel;