export declare type OutScrollEvent = { kind: "scroll"; target: string; top: number; left: number; };