import { Box, type DOMElement } from "ink"; import { type ComponentPropsWithoutRef } from "react"; export type BoxProps = ComponentPropsWithoutRef; export declare const FullScreenBox: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>;