import React from 'react';
import { SessionIconButton } from '../../icon';
export const AddStagedAttachmentButton = (props: { onClick: () => void }) => {
return (
);
};
export const StartRecordingButton = (props: { onClick: () => void }) => {
return (
);
};
export const ToggleEmojiButton = React.forwardRef void }>(
(props, ref) => {
return (
);
}
);
export const SendMessageButton = (props: { onClick: () => void }) => {
return (
);
};