import { VuerProps } from '../../vuer'; export type IframeVuerLinkProps = VuerProps<{}>; export declare const IframeVuerLink: (props: IframeVuerLinkProps) => import("react/jsx-runtime").JSX.Element;