import type { MenuProps } from '@pega/cosmos-react-core'; export declare const getFilterRegex: (inputValue: string) => RegExp; export declare const list: MenuProps['items']; export declare const treeItem: { id: string; primary: string; secondary: string[]; items: { id: string; primary: string; secondary: string[]; }[]; }; export declare const tree: (import("@pega/cosmos-react-core").MenuItemProps | import("@pega/cosmos-react-core").MenuGroupProps | { id: string; primary: string; secondary: string[]; items: { id: string; primary: string; secondary: string[]; }[]; })[]; export declare const createNewButton: import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ComboBox.mocks.d.ts.map