import { PropsFor, display } from "../Box/index.js";
export type DisplayProps = PropsFor<typeof display>;
export default display;