import type { IQuickShowConfig } from '../types';
export default function alert(config: IQuickShowConfig): {
    hide: () => void;
};
