import { RenditionOptions } from "./types";
declare const DefaultRenditions: Array<RenditionOptions>;
export default DefaultRenditions;
