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