import type { RadioItemFormatted } from "./RadioItemFormatted.js"; import type { RadioItem } from "./RadioItem.js"; export declare class RadioItemFormatter { static format(item: RadioItem): RadioItemFormatted; }