export declare class SpfxCustomizeStyle {
    private omniaContext;
    constructor();
    init: () => void;
}
