/**
 * @description
 * @export
 */
export type SetTheorySymbol = '∪' | '∩' | '⊂' | '⊃' | '⊆' | '⊇' | '∖' | '∈' | '∉' | '∃' | '∀';
