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