export interface Notice { type: 'error' | 'info' | 'warning'; message: string; display?: 'tag'; } //# sourceMappingURL=notice.d.ts.map