export declare const SpsPageTitleExamples: { basic: { label: string; examples: { template: string; }[]; }; withIcon: { label: string; examples: { template: string; }[]; }; withSubTitle: { label: string; examples: { template: string; }[]; }; withSubtitleAndIcon: { label: string; examples: { template: string; }[]; }; };