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