export interface PopupInterface { data?: any; submit: (data: any) => void; close: () => void; }