import { ComplexBase } from '@syncfusion/ej2-react-base';
import { PanePropertiesModel } from '@syncfusion/ej2-layouts';
export interface PanePropertiesDirTypecast {
content?: string | Function | any;
}
/**
* PanesDirective` represent a panes of the react splitter.
* It must be contained in a Splitter component(`SplitterComponent`).
* ```tsx
*
*
*
*
*
*
* ```
*/
export declare class PaneDirective extends ComplexBase {
static moduleName: string;
}
export declare class PanesDirective extends ComplexBase<{}, {}> {
static propertyName: string;
static moduleName: string;
}