/**
 * check if the browser supports appearance transition
 */
export declare class CheckViewTransitions {
    #private;
    constructor();
    get current(): boolean;
}
export declare const prefersUseViewTransitions: CheckViewTransitions;
