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