export declare const PREVIOUS = "prev"; export declare const NEXT = "next"; export declare type Views = typeof PREVIOUS | typeof NEXT;