/**
 * Defer callbacks to wait for DOM rendering to complete.
 */
declare const _default: (callback: () => void) => void;
export default _default;
