declare const MuiLink: {
    root: {
        textDecoration: string;
        color: string;
    };
};
export default MuiLink;
