import { FC } from 'react'; import { ISelectableCardProps } from './types'; export declare const SelectableCard: FC;