export declare class CbpSection { private host; tag: 'div' | 'section' | 'none'; accessibilityText: string; sx: any; componentWillLoad(): void; render(): any; }