import { type WithChildren } from '@dynatrace/strato-components/core'; /** * @public */ export type MenuSubContentProps = WithChildren; /** * @internal */ export declare const ALIGN_OFFSET = -4; /** * The component that pops out when the dropdown menu is open. * @public */ export declare const SubContent: (props: WithChildren & import("react").RefAttributes) => React.ReactElement | null;