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