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