import { EnumLabelDict } from '../../types'; interface Props { onRetry: () => void; onBackToPreview: () => void; resetState: () => void; enumLabelDict: EnumLabelDict; } export default function ImportStatus({ onRetry, onBackToPreview, resetState, enumLabelDict, }: Props): import("preact").JSX.Element; export {}; //# sourceMappingURL=ImportStatus.d.ts.map