export type RadioButton = { id: string; label: string; value: string; }; //# sourceMappingURL=RadioButton.type.d.ts.map