export declare type WithMark = { type: any; marks?: Array; [prop: string]: any; }; export declare type WithAppliedMark = T & { marks?: Array; };