export declare const SpsDropdownExamples: { regular: { label: string; description: string; examples: { withLabelVariants: { description: string; template: string; }; withLabelAndIcon: { description: string; template: string; }; iconOnly: { description: string; template: string; }; doStuff: { description: string; template: string; }; disabled: { description: string; template: string; }; }; }; checkbox: { label: string; description: string; examples: { checkbox: { template: string; }; }; }; spinning: { label: string; description: string; examples: { checkbox: { template: string; }; }; }; };