export declare const StretchEnum: {
    readonly start: "start";
    readonly end: "end";
    readonly all: "all";
};
