import { SoundStream } from '../parsers/utils/parser/sound'; import { ActionBlock, InitActionBlock, SymbolExport, UnparsedTag } from '@awayjs/graphics'; export declare class SWFFrame { controlTags: UnparsedTag[]; labelNames: string[]; soundStreamHead: SoundStream; soundStreamBlock: Uint8Array; actionBlocks: ActionBlock[]; initActionBlocks: InitActionBlock[]; exports: SymbolExport[]; buttonStateName: string; constructor(controlTags?: UnparsedTag[], labelNames?: string[], soundStreamHead?: SoundStream, soundStreamBlock?: Uint8Array, actionBlocks?: ActionBlock[], initActionBlocks?: InitActionBlock[], exports?: SymbolExport[]); } //# sourceMappingURL=SWFFrame.d.ts.map