/// import { RadioProps } from "antd"; export interface PlusRadioButtonProps extends RadioProps { } declare const PlusRadioButton: (props: PlusRadioButtonProps) => JSX.Element; export { PlusRadioButton }; //# sourceMappingURL=index.d.ts.map