export declare const CustomSignerInput: ({ onSubmit }: {
    onSubmit: (value: string) => unknown;
}) => import("react/jsx-runtime").JSX.Element;
