export declare class SpsContentRowColComponent { static readonly displayName = "sps-content-row-col"; static readonly props: { width: string; borderless: string; lean: string; leaner: string; }; width: string; borderless: boolean; lean: boolean; leaner: boolean; readonly _spsContentRowColClass = true; }