import { FC } from "react";
import { RadioProps } from "./radio.types";
declare const TMRadio: FC<RadioProps>;
export default TMRadio;
