export declare class SdsTableSettings { /** * table without border */ borderless?: boolean; sort?: boolean; stickyHeader?: boolean; }