import { ForwardedRef } from 'react';
import { LayoutBodyProps } from '../shared/layoutConstants.js';
export declare const VerticalLayoutBody: <T>(props: LayoutBodyProps<T> & {
    ref?: ForwardedRef<HTMLDivElement>;
}) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=VerticalLayoutBody.d.ts.map