import { UTF8Block } from "../../UTF8Blocks";
/** 한글 자모 확장 B - 옛한글 중성 영역 */
export declare const Vowel: UTF8Block;
/** 한글 자모 확장 B - 옛한글 종성 영역 */
export declare const Consonant: UTF8Block;
/** 한글 자모 확장 B - 모든 영역 */
export declare const AllExtendedB: UTF8Block;
