import { type PropType, type ExtractPropTypes } from 'vue'; import { type BadgeProps } from '../badge'; declare const actionBarIconProps: { to: PropType; url: StringConstructor; replace: BooleanConstructor; } & { dot: BooleanConstructor; text: StringConstructor; icon: StringConstructor; color: StringConstructor; badge: (NumberConstructor | StringConstructor)[]; iconClass: PropType; badgeProps: PropType>; iconPrefix: StringConstructor; }; export declare type ActionBarIconProps = ExtractPropTypes; declare const _default: import("vue").DefineComponent<{ to: PropType; url: StringConstructor; replace: BooleanConstructor; } & { dot: BooleanConstructor; text: StringConstructor; icon: StringConstructor; color: StringConstructor; badge: (NumberConstructor | StringConstructor)[]; iconClass: PropType; badgeProps: 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: PropType; badgeProps: PropType>; iconPrefix: StringConstructor; }>>, { replace: boolean; dot: boolean; }>; export default _default;