/** * This hook is used to determine if the code is running on the server. * This is inspired in this ChakraUI Portal code * * @see https://github.com/chakra-ui/ark/blob/main/packages/react/src/components/portal/portal.tsx */ export declare function useIsServer(): boolean;