export interface Plugin { host?: 'grid' | 'table'; install?: (Table: any) => void; }