import { AlertProps } from '../types'; export interface AlertContextData { readonly aspectSize: NonNullable; readonly status: NonNullable; }