import { UniDriverBaseList, type UniDriverBaseListApi } from '@wix/unidriver-common'; import { type UniDriverList } from '@wix/unidriver-core'; import { type DriverContext } from '@wix/unidriver-core/internal'; export declare class UniDriverClassList extends UniDriverBaseList implements UniDriverList { type: "react"; constructor(ctx: DriverContext); protected api: UniDriverBaseListApi; } //# sourceMappingURL=UniDriverClassList.d.ts.map