import Dialog from './Dialog';

export default function (
    config?: Dialog.IConfig
): Dialog;