export declare const $constants: { ICON_MAP: { success: string; error: string; info: string; warning: string; simple: string; }; TITLE_MAP: { success: string; error: string; info: string; warning: string; }; CONTENT_MAXHEUGHT: number; }; export declare const alertProps: { _constants: { type: ObjectConstructor; default: () => { ICON_MAP: { success: string; error: string; info: string; warning: string; simple: string; }; TITLE_MAP: { success: string; error: string; info: string; warning: string; }; CONTENT_MAXHEUGHT: number; }; }; icon: (ObjectConstructor | StringConstructor)[]; type: { type: StringConstructor; default: string; }; size: { type: StringConstructor; default: string; }; description: { type: StringConstructor; default: string; }; title: { type: StringConstructor; }; center: BooleanConstructor; showIcon: { type: BooleanConstructor; default: boolean; }; closable: { type: BooleanConstructor; default: boolean; }; closeText: { type: StringConstructor; default: string; }; singleLine: { type: BooleanConstructor; default: boolean; }; scrolling: { type: BooleanConstructor; default: boolean; }; showFoldable: { type: BooleanConstructor; default: boolean; }; customClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; offset: { type: (StringConstructor | NumberConstructor)[]; default: number; }; autoHide: { type: BooleanConstructor; default: boolean; }; showTitle: { type: BooleanConstructor; default: boolean; }; target: { type: StringConstructor; default: string; }; tiny_mode: StringConstructor; tiny_mode_root: BooleanConstructor; tiny_template: (ObjectConstructor | FunctionConstructor)[]; tiny_renderless: FunctionConstructor; tiny_theme: StringConstructor; tiny_mcp_config: ObjectConstructor; tiny_chart_theme: ObjectConstructor; }; declare const _default: import('../../../node_modules/@vue/runtime-core').DefineComponent<{ _constants: { type: ObjectConstructor; default: () => { ICON_MAP: { success: string; error: string; info: string; warning: string; simple: string; }; TITLE_MAP: { success: string; error: string; info: string; warning: string; }; CONTENT_MAXHEUGHT: number; }; }; icon: (ObjectConstructor | StringConstructor)[]; type: { type: StringConstructor; default: string; }; size: { type: StringConstructor; default: string; }; description: { type: StringConstructor; default: string; }; title: { type: StringConstructor; }; center: BooleanConstructor; showIcon: { type: BooleanConstructor; default: boolean; }; closable: { type: BooleanConstructor; default: boolean; }; closeText: { type: StringConstructor; default: string; }; singleLine: { type: BooleanConstructor; default: boolean; }; scrolling: { type: BooleanConstructor; default: boolean; }; showFoldable: { type: BooleanConstructor; default: boolean; }; customClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; offset: { type: (StringConstructor | NumberConstructor)[]; default: number; }; autoHide: { type: BooleanConstructor; default: boolean; }; showTitle: { type: BooleanConstructor; default: boolean; }; target: { type: StringConstructor; default: string; }; tiny_mode: StringConstructor; tiny_mode_root: BooleanConstructor; tiny_template: (ObjectConstructor | FunctionConstructor)[]; tiny_renderless: FunctionConstructor; tiny_theme: StringConstructor; tiny_mcp_config: ObjectConstructor; tiny_chart_theme: ObjectConstructor; }, () => import('../../../node_modules/@vue/runtime-core').VNode, unknown, {}, {}, import('../../../node_modules/vue3').ComponentOptionsMixin, import('../../../node_modules/vue3').ComponentOptionsMixin, {}, string, import('../../../node_modules/vue3').PublicProps, Readonly { ICON_MAP: { success: string; error: string; info: string; warning: string; simple: string; }; TITLE_MAP: { success: string; error: string; info: string; warning: string; }; CONTENT_MAXHEUGHT: number; }; }; icon: (ObjectConstructor | StringConstructor)[]; type: { type: StringConstructor; default: string; }; size: { type: StringConstructor; default: string; }; description: { type: StringConstructor; default: string; }; title: { type: StringConstructor; }; center: BooleanConstructor; showIcon: { type: BooleanConstructor; default: boolean; }; closable: { type: BooleanConstructor; default: boolean; }; closeText: { type: StringConstructor; default: string; }; singleLine: { type: BooleanConstructor; default: boolean; }; scrolling: { type: BooleanConstructor; default: boolean; }; showFoldable: { type: BooleanConstructor; default: boolean; }; customClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; offset: { type: (StringConstructor | NumberConstructor)[]; default: number; }; autoHide: { type: BooleanConstructor; default: boolean; }; showTitle: { type: BooleanConstructor; default: boolean; }; target: { type: StringConstructor; default: string; }; tiny_mode: StringConstructor; tiny_mode_root: BooleanConstructor; tiny_template: (ObjectConstructor | FunctionConstructor)[]; tiny_renderless: FunctionConstructor; tiny_theme: StringConstructor; tiny_mcp_config: ObjectConstructor; tiny_chart_theme: ObjectConstructor; }>>, { size: string; type: string; target: string; offset: string | number; center: boolean; autoHide: boolean; tiny_mode_root: boolean; _constants: Record; showIcon: boolean; description: string; closable: boolean; closeText: string; singleLine: boolean; scrolling: boolean; showFoldable: boolean; showTitle: boolean; }, {}>; export default _default;