export declare const SgAlert: import("../../utils").SFCWithInstall; readonly description: import("../../utils").BuildPropReturn; readonly type: import("../../utils").BuildPropReturn; readonly closable: import("../../utils").BuildPropReturn; readonly closeText: import("../../utils").BuildPropReturn; readonly showIcon: import("../../utils").BuildPropReturn; readonly center: BooleanConstructor; readonly theme: import("../../utils").BuildPropReturn; }, { ns: { namespace: import("vue").ComputedRef; b: (blockSuffix?: string) => string; e: (element?: string | undefined) => string; m: (modifier?: string | undefined) => string; be: (blockSuffix?: string | undefined, element?: string | undefined) => string; em: (element?: string | undefined, modifier?: string | undefined) => string; bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string; bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string; is: { (name: string, state: boolean | undefined): string; (name: string): string; }; cssVar: (object: Record) => Record; cssVarName: (name: string) => string; cssVarBlock: (object: Record) => Record; cssVarBlockName: (name: string) => string; }; visible: import("vue").Ref; iconComponent: import("vue").ComputedRef>, {}>>; isDescription: import("vue").ComputedRef; close: (evt: MouseEvent) => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { onClose: (evt: MouseEvent) => boolean; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; readonly description: import("../../utils").BuildPropReturn; readonly type: import("../../utils").BuildPropReturn; readonly closable: import("../../utils").BuildPropReturn; readonly closeText: import("../../utils").BuildPropReturn; readonly showIcon: import("../../utils").BuildPropReturn; readonly center: BooleanConstructor; readonly theme: import("../../utils").BuildPropReturn; }>> & { onOnClose?: ((evt: MouseEvent) => any) | undefined; }, { readonly title: string; readonly type: import("../../utils").BuildPropType; readonly description: string; readonly closable: import("../../utils").BuildPropType; readonly closeText: string; readonly showIcon: import("../../utils").BuildPropType; readonly theme: import("../../utils").BuildPropType; readonly center: boolean; }>> & Record; export default SgAlert; export * from './src/alert';