export declare class Divider { label?: string; direction: 'vertical' | 'horizontal'; render(): any; }