import * as React from 'react'; import { Theme } from '../../theme'; import { WithStyles } from '../withStyles'; export interface RadioProps extends WithStyles { testId?: string; } export declare const Radio: React.SFC; declare const styles: (theme: Theme) => Record<"root" | "colorPrimary", import("@material-ui/core/styles/withStyles").CSSProperties>; declare const _default: React.ComponentType & import("@material-ui/core/styles/withStyles").StyledComponentProps>; export default _default;