import _Alert from './alert.vue'; import { alert } from './alert'; declare type AlertType = typeof _Alert & { alert: typeof alert; }; export declare const Alert: import("../utils").SFCWithInstall; export default Alert;