export interface FtBaseFileButtonProperties { disabled: boolean; label: string; icon?: string; trailingIcon: boolean; accept: string; }