import type { ContextGuidanceProps } from './types';
export declare function ContextGuidance({ title, content, titleId, contentId, trackingParams, }: ContextGuidanceProps): import("preact").JSX.Element;
