import React from 'react'; import type { DialogV2Props } from './types'; declare const Dialog: { (props: DialogV2Props): React.JSX.Element | null; displayName: string; }; export default Dialog;