/// import { IExpandingCardProps } from './ExpandingCard.types'; export declare const ExpandingCard: (props: IExpandingCardProps) => JSX.Element;