import React from 'react'; declare const DSMobileContextMenu: React.ForwardRefExoticComponent<{ [x: string]: any; [x: number]: any; [x: symbol]: any; } & { theme?: import("styled-components").DefaultTheme | undefined; }>; declare const DSMobileContextMenuWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<{ [x: string]: any; [x: number]: any; [x: symbol]: any; } & { theme?: import("styled-components").DefaultTheme | undefined; }>; export { DSMobileContextMenu, DSMobileContextMenuWithSchema };