import { SpaceCharInfo } from "./public-api";
export declare class SpaceCharTable {
    static load(str: string): SpaceCharInfo;
}
