import { DeactivateWarning } from './deactive-warning'; export interface ComponentDeactivateWarning { showWarning: () => DeactivateWarning; }