export interface FtCardProperties { title?: string; selected?: boolean; clickable?: boolean; noHeader?: boolean; }