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