import { ModelRef } from 'vue'; /** * emits */ export interface Emits { } /** * props */ export interface Props { /** * 提示文本 */ tips?: string; } /** * useShow */ export declare namespace USEShow { interface Option { visible: ModelRef; } }