import type { LitElement } from 'lit';
import type { MixinBase, MixinReturn } from '../behaviors/mixin';
export type TMixinXROptions = {
    xr: boolean;
    getRenderClasses(): ({
        xr: boolean;
    }) & {
        [e: string]: any;
    };
};
export declare function mixinXROptions<T extends MixinBase<LitElement>>(base: T): MixinReturn<T, TMixinXROptions>;
//# sourceMappingURL=xr-options.mixin.d.ts.map