export declare enum StitchModeEnum {
    SCROLL = "Scroll",
    Scroll = "Scroll",
    CSS = "CSS",
    RESIZE = "Resize",
    Resize = "Resize"
}
export type StitchMode = `${StitchModeEnum}`;
