import ' rollup-plugin-inject-process-env';
import { FC } from "react";
export interface SmartLinkProps {
    readonly url: string;
    readonly className?: string;
}
export declare const SmartLink: FC<SmartLinkProps>;
