export declare class CbpPanel { private host; context: "light-inverts" | "light-always" | "dark-inverts" | "dark-always"; sx: any; componentWillLoad(): void; render(): any; }