declare function show(txt: boolean | string): void; declare function hide(): void; declare const _default: { show: typeof show; hide: typeof hide; }; export default _default;