type NotecardType = | "success" | "warning" | "deprecated" | "error" | "negative" | "info" | "experimental"; export type { NotecardType };