export interface IErrorDisplayProps {
    title?: string;
    message: string;
}
//# sourceMappingURL=IErrorDisplayProps.d.ts.map