export declare const props: { is: { required: boolean; }; show: { type: BooleanConstructor; defualt: boolean; }; }; export declare const emits: {};