import { ListV2Item, ListV2Model } from './ListV2'; export declare const mockItems: ListV2Item[]; export declare const mockItemsWithRouting: ListV2Item[]; export declare const dummyProps: ListV2Model; export declare const dummyPropsWithDefaultRouting: ListV2Model; export declare const dummyPropsWithRoutedItems: ListV2Model; //# sourceMappingURL=ListV2TestMockItems.d.ts.map