export declare const getInputProps: (onUpdate: ((newProps: Record<string, unknown>) => void) | null, logLevel: "error" | "info" | "trace" | "verbose" | "warn") => Record<string, unknown>;
