import type { StyledComponent } from '@emotion/styled';
import type { LinkProps } from '@mui/material';
export declare const Link: StyledComponent<LinkProps>;
