import React from 'react';
export declare const cnListCardItemCenterInfo: import("@bem-react/classname").ClassNameFormatter;
export declare const ListCardItemCenterInfo: React.ForwardRefExoticComponent<{
    children: React.ReactNode;
    label?: React.ReactNode;
    hint?: React.ReactNode;
    hintBefore?: React.ReactNode;
    caption?: React.ReactNode;
    bottom?: React.ReactNode;
    textOverflow?: import("../../components").ListCardItemInfoCarcassTextOverflow;
} & Omit<import("../../../Stack").StackProps, "children" | "ref" | "as"> & React.RefAttributes<HTMLDivElement>>;
