import type { GraphElement } from "../classes";
export declare function findConflictingProperties({ graphElement, input, }: {
    graphElement: GraphElement;
    input: Record<string, any> | undefined;
}): string[];
//# sourceMappingURL=find-conflicting-properties.d.ts.map