import { type Define } from '@sigx/lynx'; import type { ColorVariant } from '@sigx/lynx-zero'; /** Alerts carry the status colors (upstream HeroUI flat surface). */ export type AlertColor = Extract; export type AlertProps = Define.Prop<'color', AlertColor, false> & Define.Prop<'class', string, false> & Define.Slot<'default'>; export declare const Alert: import("@sigx/runtime-core").ComponentFactory import("@sigx/runtime-core").JSXElement | import("@sigx/runtime-core").JSXElement[] | null) | undefined; }>; //# sourceMappingURL=Alert.d.ts.map