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