/**
 * The four basic intents.
 */
export declare enum Intent {
    NONE = -1,
    PRIMARY = 0,
    SUCCESS = 1,
    WARNING = 2,
    DANGER = 3,
}
