declare function NewCommentForm({ withEmojis, ref, }: { withEmojis?: boolean; ref?: React.Ref<{ focus: () => void; }>; }): import("react/jsx-runtime").JSX.Element; declare namespace NewCommentForm { var displayName: string; } export default NewCommentForm;