import type { OnInit } from '../types';
/**
 * Hook for calling onInit handler.
 *
 * @internal
 */
export declare function useOnInitHandler(onInit: OnInit | undefined): void;
//# sourceMappingURL=useOnInitHandler.d.ts.map