export declare const SpsContentRowExamples: { basic: { label: string; examples: { basic: { template: string; class: string; }; borderlessCol: { description: string; template: string; }; }; }; expandable: { label: string; examples: { expandable: { template: string; class: string; }; }; }; card: { label: string; examples: { card: { template: string; class: string; }; }; }; };