export type divisorSize = 'small' | 'default' | 'large'; export declare class BdsMenuSeparation { /** * Value. Used to insert a title to the divider. */ value?: string; /** * Size. Used to set the size of the divider. */ size?: string; render(): any; }