import type { PropType } from 'vue'; import { VcTooltipProps } from '../../ui'; declare const _default: { icon: { type: StringConstructor; default: string; }; size: { type: StringConstructor; default: string; }; color: { type: StringConstructor; default: string; }; background: { type: StringConstructor; default: string; }; round: { type: BooleanConstructor; default: boolean; }; flat: { type: BooleanConstructor; default: boolean; }; label: StringConstructor; stack: { type: BooleanConstructor; default: boolean; }; tooltip: { type: PropType; default: () => false | VcTooltipProps; }; position: { type: PropType<"right" | "top" | "bottom" | "left" | "top-right" | "top-left" | "bottom-right" | "bottom-left">; default: string; validator: (v: string) => boolean; }; offset: { type: PropType; validator: (v: any) => boolean; }; showCredit: { type: BooleanConstructor; default: boolean; }; printAutomatically: { type: BooleanConstructor; default: boolean; }; showPrintView: { type: BooleanConstructor; default: boolean; }; downloadAutomatically: { type: BooleanConstructor; default: boolean; }; }; export default _default;