import React from "react"; import { StyleRulesCallback, WithStyles } from "../Styles"; declare const styles: StyleRulesCallback; interface ChoiceRowProps { variant?: "default" | "and" | "or"; dividerLabel?: string; } declare type StyledAvatarProps = ChoiceRowProps & WithStyles; declare const _default: React.ComponentType & Partial> & Partial>, "variant" | "dividerLabel"> & import("@material-ui/core/styles/withStyles").StyledComponentProps>; export default _default;