import type { I18n } from '@uppy/utils/lib/Translator';
import { h } from 'preact';
interface RecordingLengthProps {
    recordingLengthSeconds: number;
    i18n: I18n;
}
export default function RecordingLength({ recordingLengthSeconds, i18n, }: RecordingLengthProps): h.JSX.Element;
export {};
//# sourceMappingURL=RecordingLength.d.ts.map