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