import { RxViewContext } from '@rx-angular/cdk/template';
export interface RxIfViewContext<T = unknown> extends RxViewContext<T> {
    rxIf: T;
    $implicit: T;
}
