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