import React from 'react';
interface WeekTimeGridProps {
    headerHeight: number;
}
declare const WeekTimeGrid: React.ForwardRefExoticComponent<WeekTimeGridProps & React.RefAttributes<HTMLDivElement>>;
export default WeekTimeGrid;
