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