export declare class SpsSummaryListColComponent { static readonly displayName = "sps-summary-list-col"; static readonly props: { width: string; borderless: string; lean: string; leaner: string; }; width: string; borderless: boolean; lean: boolean; leaner: boolean; readonly baseClass = true; }