export declare const toggleVariant: readonly ["default", "error"];
export type ToggleVariant = (typeof toggleVariant)[number];
