declare const DSMobileContextMenuGroup: { ({ title, isMulti, singleSelect, children, value: groupValue, selectedItems }: { title: any; isMulti: any; singleSelect: any; children: any; value: any; selectedItems: any; }): import("react/jsx-runtime").JSX.Element; componentType: string; displayName: string; }; declare const DSMobileContextMenuGroupWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").DocumentedReactComponent<{ title: any; isMulti: any; singleSelect: any; children: any; value: any; selectedItems: any; }>; export { DSMobileContextMenuGroup, DSMobileContextMenuGroupWithSchema };