export declare class SLDisplayInfo {
    /** Add border on the right on each items */
    border: boolean;
    /** Add separator at the bottom of the section */
    separator: boolean;
    render(): any;
}
