import Alert from './src/alert.vue'; export declare const YhAlert: any; export default YhAlert; export * from './src/alert'; export type AlertInstance = InstanceType; export type YhAlertInstance = AlertInstance; export type YhAlertProps = import('./src/alert').AlertProps; export type YhAlertEmits = import('./src/alert').AlertEmits; export type YhAlertSlots = import('./src/alert').AlertSlots; export type YhAlertType = import('./src/alert').AlertType; export type YhAlertEffect = import('./src/alert').AlertEffect;