import { PropType } from 'vue'; declare const _default: import('vue').DefineComponent; default: string; }; /** * Arrow direction (auto-detects by default) */ direction: { type: PropType<"up" | "down" | "auto">; default: string; }; /** * Enable smooth scrolling animation */ smoothScroll: { type: BooleanConstructor; default: boolean; }; /** * Controls button visibility (usually controlled internally by scroll position) */ visible: { type: BooleanConstructor; default: boolean; }; /** * Button size */ size: { type: PropType<"x-sm" | "sm" | "md" | "lg" | "xl">; default: string; }; /** * Button shape */ shape: { type: PropType<"capsule" | "rounded" | "circle" | "square" | "rounded-square" | "">; default: string; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; default: string; }; /** * Arrow direction (auto-detects by default) */ direction: { type: PropType<"up" | "down" | "auto">; default: string; }; /** * Enable smooth scrolling animation */ smoothScroll: { type: BooleanConstructor; default: boolean; }; /** * Controls button visibility (usually controlled internally by scroll position) */ visible: { type: BooleanConstructor; default: boolean; }; /** * Button size */ size: { type: PropType<"x-sm" | "sm" | "md" | "lg" | "xl">; default: string; }; /** * Button shape */ shape: { type: PropType<"capsule" | "rounded" | "circle" | "square" | "rounded-square" | "">; default: string; }; }>> & Readonly<{}>, { visible: boolean; label: string; size: "sm" | "md" | "lg" | "xl" | "x-sm"; shape: "" | "circle" | "rounded" | "capsule" | "square" | "rounded-square"; showLabel: boolean; icon: boolean; scrollThreshold: number; target: string; direction: "up" | "down" | "auto"; smoothScroll: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default; //# sourceMappingURL=VueScrollToButton.vue.d.ts.map