export declare const supportsViewTransition: () => boolean; export declare const runViewTransition: (update: () => void, options?: { direction?: 'next' | 'prev'; enabled?: boolean; }) => void;