export declare class CBackdrop { disableBackdropBlur: boolean; blur: boolean; onValueChange(value: boolean): void; render(): any; }