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