import { WBitmap } from "./WBitmap";
import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export interface ISheetBackground {
    sheetBackground: WBitmap;
}
/**
 * @hidden
 */
export declare let ISheetBackground_$type: Type;
