declare namespace _default { function data(): { imgData: string; }; namespace props { namespace title { export let type: (ObjectConstructor | StringConstructor)[]; let _default: string; export { _default as default }; } namespace desc { let type_1: (ObjectConstructor | StringConstructor)[]; export { type_1 as type }; let _default_1: string; export { _default_1 as default }; } namespace showDesc { let type_2: BooleanConstructor; export { type_2 as type }; let _default_2: boolean; export { _default_2 as default }; } namespace options { let type_3: ObjectConstructor; export { type_3 as type }; export let required: boolean; function _default(): {}; export { _default as default }; } namespace showArrow { let type_4: (BooleanConstructor | StringConstructor)[]; export { type_4 as type }; let _default_3: string; export { _default_3 as default }; } namespace shareInfo { let type_5: ObjectConstructor; export { type_5 as type }; function _default(): {}; export { _default as default }; } namespace leftbtn { let type_6: (ObjectConstructor | StringConstructor)[]; export { type_6 as type }; let _default_4: string; export { _default_4 as default }; } namespace rightbtn { let type_7: (ObjectConstructor | StringConstructor)[]; export { type_7 as type }; let _default_5: string; export { _default_5 as default }; } namespace ignoreAppBtn { let type_8: BooleanConstructor; export { type_8 as type }; let _default_6: boolean; export { _default_6 as default }; } namespace loading { let type_9: ObjectConstructor; export { type_9 as type }; function _default(): {}; export { _default as default }; } namespace opacity { let type_10: (NumberConstructor | StringConstructor)[]; export { type_10 as type }; let _default_7: number; export { _default_7 as default }; } namespace themeColor { let type_11: StringConstructor; export { type_11 as type }; let _default_8: string; export { _default_8 as default }; } namespace zIndex { let type_12: (NumberConstructor | StringConstructor)[]; export { type_12 as type }; let _default_9: number; export { _default_9 as default }; } } namespace computed { function _title(): any; function _desc(): any; function _options(): any; function _shareInfo(): any; function _btn(): { txt: string; color: string; bgcolor: string; handle(e: any): void; }[]; function _loading(): any; function _showArrow(): any; } } export default _default;