import { D3SvgElementSelection } from "../../types"; export declare abstract class TransientView { static readonly viewName: string; static show
(_transientLayer: D3SvgElementSelection, _params: P): void; }