export interface SectionProps { maxWidth?: number; attributes?: any; children?: any; builderBlock?: any; }