import { ReactNode } from 'react'; type Props = { onClick?: VoidFunction; children?: ReactNode; }; export declare const DoubleArrowCollabButton: ({ onClick, children }: Props) => import("react/jsx-runtime").JSX.Element; export {};