export declare const SpsTooltipExamples: { positioning: { label: string; examples: { topLeft: { template: string; }; topMiddle: { template: string; }; topRight: { template: string; }; rightTop: { template: string; }; rightMiddle: { template: string; }; rightBottom: { template: string; }; bottomRight: { template: string; }; bottomMiddle: { template: string; }; bottomLeft: { template: string; }; leftBottom: { template: string; }; leftMiddle: { template: string; }; leftTop: { template: string; }; }; }; style: { label: string; examples: { help: { template: string; }; error: { template: string; }; warning: { template: string; }; container: { template: string; }; }; }; offsets: { label: string; examples: { offsets: { template: string; }; }; }; hideDelay: { label: string; examples: { hideDelay: { template: string; }; }; }; onClick: { label: string; examples: { onClick: { template: string; }; }; }; };