import { ThemeColor, ThemeSize } from "../../theme/types.js"; import { ButtonShadow, ButtonShape, ButtonVariant } from "../../styles/button.js"; import { BacktopProps } from "./types.js"; //#region src/components/backtop/backtop.vue.d.ts declare var __VLS_8: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_8) => any; }; declare const __VLS_base: import("vue").DefineComponent any; change: (visible: boolean) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onClick?: ((event: PointerEvent) => any) | undefined; onChange?: ((visible: boolean) => any) | undefined; }>, { icon: string; size: ThemeSize; color: ThemeColor; shape: ButtonShape; variant: ButtonVariant; shadow: ButtonShadow; fitContent: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //#endregion export { _default };