import { ITrack } from '@designcombo/types'; export declare function removeItemsFromTrack(tracks: ITrack[], itemsToRemove: string[]): ITrack[];