export declare const pageScrollMixin: (scroller: any) => {
  created(): void;
  destroy(): void;
};
