import type { AutocompleteSuggestionPart } from '@dynatrace-sdk/client-query'; type SuggestionPartProps = { /** * The autocomplete suggestion part supplying the info text and optional synopsis. */ suggestionPart: AutocompleteSuggestionPart; /** * Optional heading displayed above the info text. */ title?: string; }; /** * Renders the detail body for a single autocomplete suggestion info part. */ export declare const SuggestionPart: ({ suggestionPart, title, }: SuggestionPartProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=SuggestionPart.d.ts.map