import type { OnInit } from '../types'; declare function useOnInitHandler(onInit: OnInit | undefined): void; export default useOnInitHandler; //# sourceMappingURL=useOnInitHandler.d.ts.map