export { default as LayoutMain } from '../layout/layout-main';
export { layoutMainProps } from '../layout/props';
export type { LayoutMainProps, LayoutMainCProps } from '../layout/props';
export type { LayoutMainExposed } from '../layout/symbol';
