export declare const afterTwoFrames: (fn: () => void) => () => void; export declare const afterExit: (element: Element | undefined, fn: () => void) => () => void;