export declare enum SIZE_OPTIONS {
    SMALL = "small",
    MEDIUM = "medium"
}
export declare enum TYPES {
    DEFAULT = "default",
    LEGROOM = "legroom",
    UNAVAILABLE = "unavailable"
}
