import type { STNICCCFrame } from './STNICCCFrame'; export declare function stnicccToSVG(frames: STNICCCFrame[], options?: { fps?: number; }): string;