export default function CheckboxPlugin({ send }: { send?: (content: string) => Promise; }): null;