import { Selection } from './selection'; export declare function ifShow<T extends Selection, R = any>(show: boolean, container: T, creator: (group: T) => R, removeChildren?: boolean, removeHandler?: (group: T) => any): null | R;