export interface ILayoutContentProps {
    autoScroll: boolean;
    showScrollArrow: boolean;
}
