import { FC, PropsWithChildren } from 'react'; import { ActionCardProps } from './types'; export declare const ActionCard: FC>;