export default function (...args: any[]): {
    close: () => void;
} | undefined;
