import { TdNotificationProps } from './type'; import { PropType } from 'vue'; declare const _default: { closeBtn: { type: PropType; default: TdNotificationProps["closeBtn"]; }; content: { type: PropType; }; default: { type: PropType; }; duration: { type: NumberConstructor; default: number; }; footer: { type: PropType; }; icon: { type: PropType; default: TdNotificationProps["icon"]; }; theme: { type: PropType; default: TdNotificationProps["theme"]; validator(val: TdNotificationProps["theme"]): boolean; }; title: { type: PropType; }; onClose: PropType; onCloseBtnClick: PropType; onDurationEnd: PropType; }; export default _default;