import type { App } from 'vue'; import type { SDOptions } from '../_utils/types'; import _Affix from './affix.vue'; declare const Affix: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins; }; targetContainer: { type: import("vue").PropType; }; }>> & Readonly<{ onChange?: ((_fixed: boolean) => any) | undefined; }>, { updatePosition: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { change: (_fixed: boolean) => any; }, import("vue").PublicProps, { offsetTop: number; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; }; targetContainer: { type: import("vue").PropType; }; }>> & Readonly<{ onChange?: ((_fixed: boolean) => any) | undefined; }>, { updatePosition: () => void; }, {}, {}, {}, { offsetTop: number; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase; }; targetContainer: { type: import("vue").PropType; }; }>> & Readonly<{ onChange?: ((_fixed: boolean) => any) | undefined; }>, { updatePosition: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { change: (_fixed: boolean) => any; }, string, { offsetTop: number; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => { $slots: { default?: (props: {}) => any; }; }) & { install: (app: App, options?: SDOptions) => void; }; export type AffixInstance = InstanceType; export default Affix;