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