import React from 'react';
interface Props {
    type: 'fullscreen' | 'popover' | 'dialog' | 'inline';
    header: string;
    id: string;
    onClose: () => void;
    children?: JSX.Element;
    legacy_referenceElement: HTMLElement;
}
export declare function EditPortal(props: Props): React.JSX.Element;
export {};
//# sourceMappingURL=EditPortal.d.ts.map