declare const styles: {
    root: string;
    rootIsChecked: string;
    circle: string;
    check: string;
};
export = styles;
