export declare const exceptionProps: { type: { type: StringConstructor; default: string; }; buttonText: StringConstructor; message: StringConstructor; subMessage: StringConstructor; exceptionClass: StringConstructor; imageUrl: StringConstructor; pageEmpty: { type: BooleanConstructor; default: boolean; }; componentPage: { type: BooleanConstructor; default: boolean; }; };