import type { IData } from "react-native-week-schedule-1";
export declare const findConflicts: <T extends IData>(currentItem: T, items: T[]) => T[];
//# sourceMappingURL=findConflicts.d.ts.map