import type { DataListCardItemBaseProps } from './types';
export declare const cnDataListCardItem: import("@bem-react/classname").ClassNameFormatter;
export declare const DataListCardItem: import("../../../../utils/polymorphicComponentWithRef").PolymorphicComponentWithRef<DataListCardItemBaseProps, "li", "as">;
