export declare const SpsMicroBlocksExamples: { infoBlock: { label: string; examples: { infoBlock: { template: string; }; }; }; successBlock: { label: string; examples: { successBlock: { template: string; }; }; }; tipBlock: { label: string; examples: { tipBlock: { template: string; }; }; }; warningBlock: { label: string; examples: { warningBlock: { template: string; }; }; }; errorBlock: { label: string; examples: { errorBlock: { template: string; }; }; }; };