import { WhiteListType } from "kryo/types/white-list"; /** * Size of the "em square" used to define the glyphs. * `DefineFont2` uses a 1024 by 1024 square while `DefineFont3` uses a 20480 by 20480 square. */ export declare type EmSquareSize = 1024 | 20480; export declare const $EmSquareSize: WhiteListType;