import { ComponentPropsWithRef } from 'react'; interface SendButtonProps extends ComponentPropsWithRef<'button'> { disabled?: boolean; testID?: string; } export declare const SendButton: React.FC; export {}; //# sourceMappingURL=index.d.ts.map