import { Props as CardProps } from '../card/Card';
export type ListCardProps = CardProps;
declare function ListCard(props: ListCardProps): import("react/jsx-runtime").JSX.Element;
declare namespace ListCard {
    var _supportsSpacingProps: boolean;
}
export default ListCard;
