declare const Component: {
    styleOverrides: {
        root: ({ theme }: any) => {
            '& .MuiButton-startIcon': {
                marginRight: any;
                '& .MuiIcon-root': {
                    fontSize: string;
                };
            };
        };
    };
};
export default Component;
