import { XFPropBorderBase } from "./XFPropBorderBase";
import { XFPropType } from "./XFPropType";
import { XFPropColorInfo } from "./XFPropColorInfo";
import { CellBorderLineStyle } from "./CellBorderLineStyle";
import { WorkbookColorInfo } from "./WorkbookColorInfo";
import { Workbook } from "./Workbook";
import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class XFPropBorderLoaded extends XFPropBorderBase {
    static $t: Type;
    private g;
    constructor(a: XFPropType, b: XFPropColorInfo, c: CellBorderLineStyle);
    f(a: Workbook): WorkbookColorInfo;
}
