/**
* Returns whether this is the first render of a component.
*
* Additionally, calls the provided callback function _only_ on first render
*/exportdeclareconstuseFirstRender: (effect?: () => void) =>boolean;
//# sourceMappingURL=useFirstRender.d.ts.map