import React, { PropsWithChildren } from 'react';
export declare const DialogPortalDestination: () => React.JSX.Element;
type DialogPortalEntryProps = {
    dialogId: string;
};
export declare const DialogPortalEntry: ({ children, dialogId, }: PropsWithChildren<DialogPortalEntryProps>) => React.JSX.Element;
export {};
