import { ReactNode } from 'react';
export interface DialogQuickInstance {
    hide: (c?: ReactNode) => void;
}
