import { Style as Style_internal } from "./Style";
/**
 * A class that exposes style realted properties.
*/
export declare class IgxStyle {
    protected createImplementation(): Style_internal;
    protected _implementation: any;
    /**
     * @hidden
     */
    get i(): Style_internal;
    private onImplementationCreated;
    constructor();
    protected _provideImplementation(i: any): void;
    findByName(name: string): any;
}
