import { FC } from 'react';
import { TimeBlock } from '../common';
/**
 * Each time block represents by this component
 * @param block - [TimeBlock]{@link TimeBlock}
 */
export declare const TimeBlockCore: FC<TimeBlock>;
