import React from "react"; interface IProps extends React.HTMLAttributes { open: boolean; position?: { top?: string; right?: string; bottom?: string; left?: string; }; } export declare const DSContextMenu: { (props: IProps): JSX.Element | null; Item: (props: import("./item").IItemProps & import("./item").IItemStyleProps) => JSX.Element; ItemBack: (props: import("./item").IItemBackProps & import("./item").IItemBackStyleProps) => JSX.Element; Title: (props: import("./item").IItemTitleProps) => JSX.Element; Delimiter: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: React.ElementType | undefined; }, React.DetailedHTMLProps, HTMLDivElement>, {}>; Scrollsection: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: React.ElementType | undefined; } & import("./scrollsection").IScrollsectionProps, React.DetailedHTMLProps, HTMLDivElement>, {}>; }; export {};