import { WithChildren } from '../../core/types/with-children.js'; /** * @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) => import("react").ReactElement | null;