import { UploadProgress } from '@layers-app/editor-core'; interface UploadStateProps { progress?: UploadProgress; onPause?: () => void; onResume?: () => void; onCancel?: () => void; isPaused?: boolean; } export declare function UploadState({ progress, onPause, onResume, onCancel, isPaused, }: UploadStateProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=UploadState.d.ts.map