export default AssistantLinkWrapper;
declare function AssistantLinkWrapper({ children }: {
    children: any;
}): JSX.Element;
