/** * @internal * * Whether the code is currently executed in a browser * @see {@link https://github.com/chakra-ui/chakra-ui/blob/main/packages/utils/src/dom.ts} */ export declare const isBrowser: boolean;