import { UIElementPropertyAccessor } from "./UIElementPropertyAccessor";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class CssThicknessPropertyAccessor extends UIElementPropertyAccessor {
    static $t: Type;
    private e;
    private g;
    private f;
    private d;
    constructor(a: string);
    h: string;
    b(a: any): any;
    c(a: any, b: any): void;
}
