import { ComputedRef, MaybeRef } from 'vue';
export declare function useIsSame(valueA: MaybeRef, valueB: MaybeRef): ComputedRef<boolean>;
