import { UIElementPropertyAccessor } from "./UIElementPropertyAccessor"; import { Type } from "./type"; /** * @hidden */ export declare class CssVisibilityPropertyAccessor extends UIElementPropertyAccessor { static $t: Type; b(a: any): any; c(a: any, b: any): void; }