import { XFProp } from "./XFProp"; import { XFPropType } from "./XFPropType"; import { Workbook } from "./Workbook"; import { WorksheetCellFormatData } from "./WorksheetCellFormatData"; import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class XFPropByte extends XFProp { static $t: Type; private c; private d; constructor(a: XFPropType, b: number); b(a: Workbook, b: WorksheetCellFormatData): void; protected get_a(): XFPropType; get a(): XFPropType; get e(): number; }