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