import { InternalBaseComponentProps } from '../internal/hooks/use-base-component/index.js'; import { FileDropzoneProps } from './interfaces'; export default function InternalFileDropzone({ onChange, children, __internalRootRef, ...restProps }: FileDropzoneProps & InternalBaseComponentProps): JSX.Element;