export default function Base64Upload({ onInput, ...props }: { [x: string]: any; onInput: any; }): import("react/jsx-runtime").JSX.Element;