/** * Hook that returns `true` if component is just mounted (on first render) and `false` otherwise. */ export declare const useFirstMountState: () => boolean;