import { ComponentWithCustomElement } from 'bloko/common/helpers/types'; interface FormHintProps { /** Кастомный компонент или ('div', 'span', 'label')*/ Element?: 'div' | 'span' | 'label'; } declare const FormHint: ComponentWithCustomElement; export default FormHint;