/** * A hook that returns true only during the first render of the component. * @returns boolean indicating if this is the first render */ export declare function useFirstMountState(): boolean;