import { Type } from "igniteui-react-core"; /** * @hidden */ export declare const enum MessageBoxImage { None = 0, Hand = 16, Question = 32, Exclamation = 48, Asterisk = 64, Stop = 16, Error = 16, Warning = 48, Information = 64 } /** * @hidden */ export declare let MessageBoxImage_$type: Type;