import { StringXMLField, ArrayXMLField } from '@aurahelper/core';
export declare const HomePageLayout: {
    fullName: StringXMLField;
    narrowComponents: ArrayXMLField;
    wideComponents: ArrayXMLField;
};
