import './Card.css';
import type { CardBaseProps } from './index';
export declare const cnCard: import("@bem-react/classname").ClassNameFormatter;
export declare const Card: import("../../utils/polymorphicComponentWithRef").PolymorphicComponentWithRef<CardBaseProps, "div", "as">;