export declare const SpsTaskQueueExamples: { basic: { label: string; description: string; examples: { basic: { template: string; class: string; }; }; }; noInProgress: { label: string; description: string; examples: { noInProgress: { template: string; class: string; }; }; }; noTasks: { label: string; description: string; examples: { noTasks: { template: string; }; }; }; notifications: { label: string; description: string; examples: { notifications: { template: string; class: string; }; }; }; };