/** * Radio Group + Radio Styles * * ty-radio-group: optional label + vertical/horizontal stack of radios + error message * ty-radio: circle with inner dot when checked */ /** Rules for one custom (non-built-in) flavor — see utils/flavor-sheet.ts. */ export declare const radioCustomFlavorCss: (base: string) => string; export declare const radioStyles: string; //# sourceMappingURL=radio.d.ts.map