export declare class Configuration {
    static readonly MAIN_CONTAINER_NAME = "Main";
    static readonly BG_CONTAINER_NAME = "Background";
    static readonly FG_CONTAINER_NAME = "Foreground";
    static readonly BG_SOLIDCOLOR = "solidColor";
    static readonly SPINE_AND_FOLDING_CONTAINER_NAME = "Spine&Folding";
}
