import { Base, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class SheetRelationships extends Base { static $t: Type; a: string; c: string; b: string; }