import { IControl } from "../abstractions"; import { ElementTypes } from "./controlAttribute"; export declare class controlStyle { private _parent; constructor(parent: IControl); set(style: string | {}): IControl; }