import * as React from 'react'; export interface RadioBtn64Props extends React.SVGProps { ariaLabel?: string } export default function RadioBtn64({ ariaLabel, ...props }: RadioBtn64Props) { return ( ); }