import { AlertProps } from '../../../../tedi/components/notifications/alert/alert'; import { CardContentProps } from '../card-content/card-content'; export type CardNotificationProps = AlertProps & Pick; export declare const CardNotification: (props: CardNotificationProps) => JSX.Element; export default CardNotification;