import type { App } from 'vue'; import type { ArcoOptions } from '../_utils/types'; import _Affix from './affix'; declare const Affix: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins; }; targetContainer: { type: import("vue").PropType; }; }>> & Readonly<{ onChange?: ((fixed: boolean) => any) | undefined; }>, { wrapperRef: import("vue").Ref; isFixed: import("vue").Ref; classNames: import("vue").ComputedRef<{ [x: string]: boolean; }>; placeholderStyles: import("vue").Ref; fixedStyles: import("vue").Ref; updatePositionThrottle: { (...args: any[]): void; cancel(): void; }; }, {}, {}, { updatePosition(): void; }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { change: (fixed: boolean) => true; }, import("vue").PublicProps, { offsetTop: number; }, true, {}, {}, { ResizeObserver: import("vue").DefineComponent<{}, () => import("vue").VNode | null, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "resize"[], "resize", import("vue").PublicProps, Readonly<{}> & Readonly<{ onResize?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & 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; }>, { wrapperRef: import("vue").Ref; isFixed: import("vue").Ref; classNames: import("vue").ComputedRef<{ [x: string]: boolean; }>; placeholderStyles: import("vue").Ref; fixedStyles: import("vue").Ref; updatePositionThrottle: { (...args: any[]): void; cancel(): void; }; }, {}, {}, { updatePosition(): void; }, { offsetTop: number; }>; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("vue").ComponentOptionsBase; }; targetContainer: { type: import("vue").PropType; }; }>> & Readonly<{ onChange?: ((fixed: boolean) => any) | undefined; }>, { wrapperRef: import("vue").Ref; isFixed: import("vue").Ref; classNames: import("vue").ComputedRef<{ [x: string]: boolean; }>; placeholderStyles: import("vue").Ref; fixedStyles: import("vue").Ref; updatePositionThrottle: { (...args: any[]): void; cancel(): void; }; }, {}, {}, { updatePosition(): void; }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { change: (fixed: boolean) => true; }, string, { offsetTop: number; }, {}, string, {}, { ResizeObserver: import("vue").DefineComponent<{}, () => import("vue").VNode | null, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "resize"[], "resize", import("vue").PublicProps, Readonly<{}> & Readonly<{ onResize?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: (app: App, options?: ArcoOptions | undefined) => void; }; export declare type AffixInstance = InstanceType; export default Affix;