export interface RefreshController {
toTop: (smooth?: boolean) => void
toBottom: (smooth?: boolean) => void
toIndex: (value: number, smooth?: boolean, align?: ScrollAlign) => void
isAtEnd: () => boolean
}