import { FC } from 'react';
/**
 * Columns description, rows and drawing area layout component
 */
export declare const SchedulerLayout: FC;
