export declare const calloutMessageStates: readonly ["information", "success", "warning", "danger", "new-feature", "upsell"];
export type CalloutMessageState = (typeof calloutMessageStates)[number];
export declare const calloutTypes: readonly ["standard", "outlined"];
export type CalloutType = (typeof calloutTypes)[number];
