export declare const CALLOUT_THEMES: ({ value: "default"; label: string; icon: import("react/jsx-runtime").JSX.Element; } | { value: "info"; label: string; icon: import("react/jsx-runtime").JSX.Element; } | { value: "success"; label: string; icon: import("react/jsx-runtime").JSX.Element; } | { value: "warning"; label: string; icon: import("react/jsx-runtime").JSX.Element; } | { value: "error"; label: string; icon: import("react/jsx-runtime").JSX.Element; })[]; export type CalloutTheme = 'default' | 'success' | 'warning' | 'error' | 'info'; export declare const CalloutElementOptions: () => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=callout-element-options.d.ts.map