import type { FunctionalComponent } from 'vue'; declare const Notification: FunctionalComponent<{}, {}>; export default Notification;