import type { CSSProperties } from 'vue'; declare var __VLS_5: { fixed: any; }; type __VLS_Slots = {} & { default?: (props: typeof __VLS_5) => any; }; declare const __VLS_component: import("vue").DefineComponent; readonly default: "top"; }; readonly target: { readonly type: StringConstructor; readonly default: ""; }; readonly zIndex: { readonly type: NumberConstructor; readonly default: 100; }; readonly teleported: { readonly type: BooleanConstructor; readonly default: false; }; readonly appendTo: { readonly type: import("vue").PropType; readonly default: "body"; }; readonly affixStyle: { readonly type: import("vue").PropType; readonly default: () => {}; }; readonly disabled: { readonly type: BooleanConstructor; readonly default: false; }; readonly themeOverrides: { readonly type: import("vue").PropType; readonly default: undefined; }; }>, { update: () => void; fixed: import("vue").Ref; scrollTop: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, { readonly disabled: boolean; readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars; readonly offset: number; readonly teleported: boolean; readonly zIndex: number; readonly position: import("./affix").AffixPosition; readonly target: string; readonly appendTo: string | HTMLElement; readonly affixStyle: CSSProperties; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };