import React from 'react';
import type { IDialog } from '@/Playground/types';
export declare const Dialog: React.FC<IDialog>;
