import { h } from 'preact';
interface RecordingLengthProps {
    recordingLengthSeconds: number;
}
export default function RecordingLength({ recordingLengthSeconds, }: RecordingLengthProps): h.JSX.Element;
export {};
//# sourceMappingURL=RecordingLength.d.ts.map