// @flow export type GetScrollableParent = (node: ?Node) => ?Node; declare export default GetScrollableParent;