import type { FC } from 'react';
type SendButtonProps = {
    className?: string;
};
declare const SendButton: FC<SendButtonProps>;
export default SendButton;
//# sourceMappingURL=SendButton.d.ts.map