export interface FtSelectOptionProperties { label?: string; selected?: boolean; value: string; }