import { Body } from "./smil-body"; import { Par } from "./smil-par"; export declare class SMIL { Body: Body; Par: Par; ZipPath: string | undefined; }