import React from 'react';
import type { ListCardItemLeadingItemProps } from './types';
export declare const cnListCardItemLeadingItem: import("@bem-react/classname").ClassNameFormatter;
export declare const ListCardItemLeadingItem: React.ForwardRefExoticComponent<Omit<ListCardItemLeadingItemProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
