export declare const TRIGGER_TYPES: readonly ["default", "icon-button", "chip", "app"]; export type TriggerType = (typeof TRIGGER_TYPES)[number]; export declare const TRIGGERS: Record;