import React from 'react'; import { type CardBaseProps } from './Card'; import { type CardBodyBaseProps } from './CardBody'; type FeatureEntryCardBaseProps = CardBaseProps & CardBodyBaseProps; /** * @deprecated Use MessagingCard instead. This will be removed in a future major release. * @deprecationExpectedRemoval v6 */ export declare const FeatureEntryCard: React.NamedExoticComponent; export {}; //# sourceMappingURL=FeatureEntryCard.d.ts.map