import { ErrorType } from '../types'; interface ErrorStatesProps { errorType: ErrorType; onRetry: () => void; onCancel?: () => void; maxFileSize: number; } export declare function ErrorStates({ errorType, onRetry, onCancel, maxFileSize, }: ErrorStatesProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ErrorStates.d.ts.map