import { CalEvent, ExtendedGridLayout } from '../types';
export declare const useCalcEventPosition: () => (event: CalEvent) => ExtendedGridLayout;
