import type { PyBoxTag } from "./py-box.types"; /** * Container element that can arrange children using the CSS Flexbox layout model in the horizontal direction. It uses Tailwind CSS width classes to define the column widths * @param root0 * @param root0.children * @deprecated */ declare const PyBox: PyBoxTag; export default PyBox;