export declare const ActionBarIcon: import("../utils").WithInstall; url: StringConstructor; replace: BooleanConstructor; } & { dot: BooleanConstructor; text: StringConstructor; icon: StringConstructor; color: StringConstructor; badge: (NumberConstructor | StringConstructor)[]; iconClass: import("vue").PropType; badgeProps: import("vue").PropType>; iconPrefix: StringConstructor; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; url: StringConstructor; replace: BooleanConstructor; } & { dot: BooleanConstructor; text: StringConstructor; icon: StringConstructor; color: StringConstructor; badge: (NumberConstructor | StringConstructor)[]; iconClass: import("vue").PropType; badgeProps: import("vue").PropType>; iconPrefix: StringConstructor; }>>, { replace: boolean; dot: boolean; }>>; export default ActionBarIcon; export type { ActionBarIconProps } from './ActionBarIcon'; declare module 'vue' { interface GlobalComponents { VanActionBarIcon: typeof ActionBarIcon; } }