import { OnInit } from '../types'; declare function useOnInitHandler(onInit: OnInit | undefined): void; export default useOnInitHandler;