import { ILayoutCommonProps } from './ILayoutCommonProps.type';
/**
 * @public
 */
export interface IHozLayoutProps extends ILayoutCommonProps {
}
