interface JnpfAlertProps {
  closable?: boolean;
  closeText?: string;
  showIcon?: boolean;
  title?: string;
  type?: string;
}

export type { JnpfAlertProps };
