import type { CardActionsProps } from './types'; export declare function CardActions(props: CardActionsProps): React.ReactElement | null;