import { ListItemProps } from '../../../decs';
export declare const nestedList: ListItemProps[];
export declare const courseChapters: {
    _id: string;
    title: string;
    order: number;
    listItemsProps: {
        dragAndDropItems: boolean;
    };
    items: {
        _id: string;
        title: string;
        order: number;
    }[];
}[];
//# sourceMappingURL=List.mocks.d.ts.map