import { StyleProps } from '@p-lc/react-shared'; import { FC, default as React } from 'react'; /** * 上下文菜单属性 */ export interface ContextMenuProps extends StyleProps { } /** * 上下文菜单 */ export declare const ContextMenu: FC; /** * 内部:上下文菜单容器 */ export declare const InternalContextMenuContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit, HTMLDivElement>, never>> & string; /** * 内部:上下文菜单气泡卡片 */ export declare const InternalContextMenuPopover: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit, "ref"> & { ref?: ((instance: import('antd/es/tooltip').TooltipRef | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject | null | undefined; }, never>> & string & Omit>, keyof React.Component>; //# sourceMappingURL=context-menu.d.ts.map