import { default as LayoutFooter } from '../layout/layout-footer';
export { LayoutFooter };
export { layoutFooterProps } from '../layout/props';
export type LayoutFooterExposed = InstanceType<typeof LayoutFooter>;
export type { LayoutFooterProps, LayoutFooterCProps } from '../layout/props';
