/// export declare type SenderFormProps = { placeholder: string; }; export default function SenderForm(props: SenderFormProps): JSX.Element;