import type { JSX } from 'solid-js'; import type { DisclosureStateRenderProps } from '../../states/create-disclosure-state'; import type { UnmountableProps } from '../../utils/create-unmountable'; import type { HeadlessPropsWithRef, ValidConstructor } from '../../utils/dynamic-prop'; import type { Prettify } from '../../utils/types'; export type ContextMenuPanelBaseProps = Prettify; export type ContextMenuPanelProps = HeadlessPropsWithRef; export declare function ContextMenuPanel(props: ContextMenuPanelProps): JSX.Element; //# sourceMappingURL=ContextMenuPanel.d.ts.map