import { classNames } from '@standardnotes/utils' import { ComponentPropsWithoutRef } from 'react' import RadioIndicator from './RadioIndicator' type Props = ComponentPropsWithoutRef<'input'> const StyledRadioInput = (props: Props) => { return (