type FrameTweenRowProps = { frames: Record; uuid: string; }; declare const _default: ({ frames, uuid }: FrameTweenRowProps) => import("preact/compat").JSX.Element | null; export default _default;