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