import { LinkProps as MuiLinkProps } from '@mui/material';
interface SmartLinkProps extends MuiLinkProps {
    href: string;
}
export declare function SmartLink({ href, target, children, ...props }: SmartLinkProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=SmartLink.d.ts.map