export type Orientation = "horizontal" | "vertical" | undefined; export type Variants = "fitted" | "inverse" | "inverse_fitted" | "full_width" | "inverse_full_width" | undefined; //# sourceMappingURL=types.d.ts.map