export type Bs5SliderControlsPosition = "inside-middle" | "inside-bottom" | "inside-top" | "outside-middle" | "outside-bottom" | "outside-top";
