import { type AlertRootCommonProps, type AlertRootOptions, type AlertRootProps, type AlertRootRenderProps, AlertRoot as Root, } from "./alert-root"; export type { AlertRootOptions, AlertRootCommonProps, AlertRootRenderProps, AlertRootProps, }; export { Root }; export const Alert = Root;