declare const Component: {
    styleOverrides: {
        root: ({ theme }: any) => {};
        badgeRoot: ({ theme }: any) => {
            background: string;
            borderRadius: number;
            padding: string;
            height: string;
            fontSize: number;
        };
    };
};
export default Component;
