export interface ILayoutItemRegistration { icon: string; category: string; title: string; description: string; topContainer: boolean; }