import { DynamicSectionProps, IFormHandler } from '../../../../../../../../ui/index.js';
export declare function Default(props: DynamicSectionProps & {
    formHandler?: IFormHandler;
}): import("react/jsx-runtime").JSX.Element;
