/** * * Use this hook to run a function when the document is ready. * * Useful to run things on ~first~ hard render only. Note that this will not fire on soft renders * * @param callback Any function you want to run, when document is ready * @returns */ export declare const useDocumentReady: (callback: () => void) => void; //# sourceMappingURL=useDocumentReady.d.ts.map