/**
 * Return boolean that is `true` only on first render.
 */
export declare function useFirstMountState(): boolean;
