import { CalEvent } from '../types';
export declare const useOverlappingOffset: () => (event: CalEvent) => number;
