import { Base, Type } from "igniteui-react-core"; /** * @hidden */ export declare class SpreadsheetDialogResult extends Base { static $t: Type; constructor(a: boolean, b: any, c: string); a: boolean; b: any; c: string; }