import './PageListCard.css';
import type { PageListCardBaseProps } from './types';
export declare const cnPageListCard: import("@bem-react/classname").ClassNameFormatter;
export declare const PageListCard: import("../../../utils/polymorphicComponentWithRef").PolymorphicComponentWithRef<PageListCardBaseProps, "div", "as">;
