import { Col } from '../customizables';
import type { PropsOfComponent } from '../styledSystem';
export declare const RootBox: (props: PropsOfComponent<typeof Col>) => import("@emotion/react/jsx-runtime").JSX.Element;
