import { member } from "../../../core";
export interface VideoExportableInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    Video?: member<any>;
}
export declare function VideoExportable(props: VideoExportableInput): any;
//# sourceMappingURL=VideoExportable.d.ts.map