export declare class CbpNotice { private host; color: 'info' | 'success' | 'warning' | 'danger'; sx: any; context: "light-inverts" | "light-always" | "dark-inverts" | "dark-always"; componentWillLoad(): void; render(): any; }