export interface WarningBtnProps { message: string; toggleWarningPanel: (e: any) => void; openWarning: boolean; }