import { IgcHTMLElement } from "igniteui-webcomponents-core";
import { GridConditionalStyleFontInfo } from "./GridConditionalStyleFontInfo";
export declare class IgcGridConditionalStyleFontInfoComponent extends IgcHTMLElement {
protected createImplementation(): GridConditionalStyleFontInfo;
protected _implementation: any;
/**
* @hidden
*/
get i(): GridConditionalStyleFontInfo; /**
* @hidden
*/
static _createFromInternal(internal: any): IgcGridConditionalStyleFontInfoComponent;
private onImplementationCreated;
constructor();
private _settingAttributes;
protected _attached: boolean;
private _queuedSetAttributes;
protected _enqueueSetAttribute(attrName: string, attrValue: string): void;
protected _flushQueuedAttributes(): void;
protected _a(attrName: string, attrValue: any): void;
connectedCallback(): void;
disconnectedCallback(): void;
private static _observedAttributesIgcGridConditionalStyleFontInfoComponent;
static get observedAttributes(): string[];
private _updatingFromAttribute;
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
static htmlTagName: string;
protected static _isElementRegistered: boolean;
static register(): void;
/**
* Gets or sets the font info for a conditional style.
*/
get textStyle(): string;
set textStyle(v: string);
findByName(name: string): any;
protected __p: string;
protected _hasUserValues: Set;
protected get hasUserValues(): Set;
protected __m(propertyName: string): void;
protected _stylingContainer: any;
protected _stylingParent: any;
protected _inStyling: boolean;
protected _styling(container: any, component: any, parent?: any): void;
}