export declare const useProvideSticky: () => void;
export declare const useInjectSticky: () => import("vue").Ref<boolean>;
