declare type KeyDividerMargin = 'auto' | 'none' | 'small'; export declare class Divider { margin: KeyDividerMargin; render(): any; } export {};