declare const _default: import("vue").DefineComponent<{ brandColor: { type: StringConstructor; default: string; }; initUrl: { type: StringConstructor; default: string; }; verifyUrl: { type: StringConstructor; default: string; }; keyword: { type: StringConstructor; default: string; }; platform: { type: NumberConstructor; default: number; }; }, {}, { status: string; pieceX: string; pieceY: number; trackX: number; pieceWidth: number; frontImgUrl: string; bgImgUrl: string; shake: boolean; smooth: boolean; randomClientId: string; }, { clientId(): never; }, {}, { model: { prop: string; event: string; }; props: { visible: { type: BooleanConstructor; default: boolean; }; }; data: () => { isVisible: any; }; watch: { isVisible(newVal: any): void; }; mounted(): void; methods: { show(): { show(): any; hide(): any; }; hide(): { show(): any; hide(): any; }; }; }, import("vue").ComponentOptionsMixin, {}, string, Readonly>, { brandColor: string; initUrl: string; verifyUrl: string; keyword: string; platform: number; }>; export default _default;