export declare const exitVisibility: () => { readonly visible: boolean; show: () => void; scheduleExit: (element: Element | undefined, onDone?: () => void) => void; };