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