export interface InfoBtnProps { message: string; toggleInfoPanel: (e: any) => void; openInfo: boolean; }