import { sendButtonVariants, sendButtonIconVariants } from '../../../../registry/chat/send-button'; import type { SendButtonProps as RegistrySendButtonProps } from '../../../../registry/chat/send-button'; export type SendButtonProps = Omit; export declare const SendButton: import("react").ForwardRefExoticComponent>; export { sendButtonVariants, sendButtonIconVariants };