import type { ContextualProps } from "./types"; export declare const ContextualHelp: (props: ContextualProps) => JSX.Element | null;