export declare class FullwidthStrip { fullStrip: HTMLElement; height: string; color: string; private strip; componentDidLoad(): void; styleElement: (styleProp: any, val: any) => void; render(): any; }