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