import { DefineVueDirective } from '@syncfusion/ej2-vue-base';
import { HeaderRowsModel } from '@syncfusion/ej2-schedule';
export declare let HeaderRowsDirective: any;
export declare const HeaderRowsPlugin: {
name: string;
install(Vue: any): void;
};
/**
* `e-header-rows` directive represent a header rows of the VueJS Schedule.
* It must be contained in a Schedule component(`ejs-schedule`).
* ```vue
*
*
*
*
*
*
* ```
*/
export declare let HeaderRowDirective: DefineVueDirective;
export declare const HeaderRowPlugin: {
name: string;
install(Vue: any): void;
};