import type { PropType } from 'vue'; import type { Avatar } from '../../types/avatar'; import type { Button } from '../../types/button'; declare const _default: import("vue").DefineComponent<{ title: { type: StringConstructor; required: true; }; description: { type: StringConstructor; default: null; }; icon: { type: StringConstructor; default: () => any; }; avatar: { type: PropType; default: null; }; closeButton: { type: PropType