declare const _default: { show: (text?: string, zIndex?: number) => void; hide: () => void; }; export default _default;