import { type WithChildren, DOMProps } from '@dynatrace/strato-components/core'; /** * @public */ export interface InformationContentProps extends DOMProps, WithChildren { } /** * The content of the InformationOverlay. * @public */ export declare const Content: { ({ children, id: propId }: InformationContentProps): import("react/jsx-runtime.js").JSX.Element; displayName: string; };