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