export declare class AmplifySection { el: HTMLAmplifySectionElement; /** Equivalent to html section role */ role: string; componentWillLoad(): void; render(): any; }