import type { ComputedRef, MaybeRef } from 'vue'; type ObjectLiteral = { id: any; }; export declare function useIsEditing(input: MaybeRef): ComputedRef; export {}; //# sourceMappingURL=is-editing.d.ts.map