import { SeqOrPar } from "./smil-seq-or-par"; export declare class Seq extends SeqOrPar { Children: SeqOrPar[]; TextRef: string; }