import { PropsFor, display } from '../Box';

export type DisplayProps = PropsFor<typeof display>;
