import React from "react"; interface TranscriptItemFrameProps { children: React.ReactNode; marginTop: number; } export declare function TranscriptItemFrame({ children, marginTop }: TranscriptItemFrameProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=TranscriptItemFrame.d.ts.map