import { SVATraits } from 'jade-garden';
/**
 * **Alert**
 * @description Display a brief, important message in a way that attracts the user's attention without interrupting the user's task.
 * @see [source](https://kobalte.dev/docs/core/components/alert#anatomy)
 */
export declare const slots: readonly ["root"];
/**
 * **Alert**
 * @description Display a brief, important message in a way that attracts the user's attention without interrupting the user's task.
 * @see [source](https://kobalte.dev/docs/core/components/alert#anatomy)
 */
export type Slots = (typeof slots)[number];
/**
 * **Alert**
 * @description Display a brief, important message in a way that attracts the user's attention without interrupting the user's task.
 * @see [source](https://kobalte.dev/docs/core/components/alert#api-reference)
 */
export type Traits = SVATraits<Slots, {
    root: {};
}>;
