import { type SFCWithInstall } from "../shared/install"; import AlertMarquee from "./alert-marquee.vue"; import Alert from "./alert.vue"; export declare const XyAlertMarquee: SFCWithInstall; export declare const XyAlert: SFCWithInstall & { Marquee: typeof XyAlertMarquee; }; export default XyAlert; export type { XyAlertClassNames, XyAlertMarqueeProps, XyAlertMarqueeSlots, XyAlertProps, XyAlertSemanticDom, XyAlertSemanticProps, XyAlertSlots, XyAlertStyles, XyAlertType, XyAlertVariant, } from "./types";