import { DynamicSection } from '../../../../../ui/index.js';
import { DynamicFieldsSection, DynamicSectionProps, DynamicSectionResult } from './interfaces.js';
export declare function EditSectionComponent({ fields, onSucess, children, refSection, dynamicSectionProps, section, }: {
    fields?: DynamicFieldsSection;
    refSection: DynamicSection['ref'];
    section?: Partial<DynamicSection>;
    dynamicSectionProps?: DynamicSectionProps;
} & Parameters<DynamicSectionResult['Section']>[0]): import("react/jsx-runtime").JSX.Element;
