import * as react_jsx_runtime from 'react/jsx-runtime';
import { ButtonProps } from './props.js';
import '@copilotkit/runtime-client-gql';
import '../../types/suggestions.js';
import 'react';

declare const Button: ({}: ButtonProps) => react_jsx_runtime.JSX.Element;

export { Button };
