declare const _default: {
    classes: {
        badge: {
            fontFamily: string;
            fontSize: number;
            fontWeight: number;
            backgroundColor: string;
            color: string;
            width: number;
            height: number;
            minWidth: number;
        };
        colorPrimary: {
            backgroundColor: string;
            color: string;
        };
        colorSecondary: {
            backgroundColor: string;
            color: string;
        };
        colorError: {
            backgroundColor: string;
            color: string;
        };
    };
    useStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"default">;
};
export default _default;
