import { type PropType, type ExtractPropTypes } from 'vue'; import { ButtonType } from '../button'; export declare const actionBarButtonProps: { to: PropType; url: StringConstructor; replace: BooleanConstructor; } & { type: PropType; text: StringConstructor; icon: StringConstructor; color: StringConstructor; loading: BooleanConstructor; disabled: BooleanConstructor; }; export type ActionBarButtonProps = ExtractPropTypes; declare const _default: import("vue").DefineComponent; url: StringConstructor; replace: BooleanConstructor; } & { type: PropType; text: StringConstructor; icon: StringConstructor; color: StringConstructor; loading: BooleanConstructor; disabled: BooleanConstructor; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; url: StringConstructor; replace: BooleanConstructor; } & { type: PropType; text: StringConstructor; icon: StringConstructor; color: StringConstructor; loading: BooleanConstructor; disabled: BooleanConstructor; }>> & Readonly<{}>, { replace: boolean; disabled: boolean; loading: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;