export default AssistantLink;
declare function AssistantLink({ children }: {
    children: any;
}): any;
