/** * Returns `true` after component is mounted (on client side), `false` otherwise. * @returns Boolean value. */ export declare function useMounted(): boolean;