import React from 'react';
import type { IVerticalLayoutProps } from './typings/IVerticalLayoutProps.type';
export type { IVerticalLayoutProps };
/**
 * @public
 */
declare const VerticalLayout: React.FC<IVerticalLayoutProps>;
export default VerticalLayout;
