export type Priority = "primary" | "secondary" | "tertiary" | "none";
export type Variant = "standard" | "destructive" | "form";
export type Size = "small" | "large";
export type BodyState = "loading" | "expand" | "reset" | "none";
export type Split = "start" | "end";
//# sourceMappingURL=types.d.ts.map