///
interface IFabreactorLinkFieldProps {
url?: string;
text?: string;
icon?: string;
currentTab?: boolean;
preview?: boolean;
onClick?: (url: any) => Promise;
}
export declare const FabreactorLinkField: (props: IFabreactorLinkFieldProps) => JSX.Element;
export {};