import { PropsWithChildren } from 'react'; import { ContentProps as PopoverContentProps } from "../Popover/Content"; export type ContentProps = PropsWithChildren; export declare const Content: { ({ children }: ContentProps): import("react/jsx-runtime").JSX.Element; displayName: string; };