/** A RenderingExtension represents an extension that can be used for rendering or exporting documents in the viewer. */
export declare class RenderingExtension {
    /** The name of the rendering extension, typically used to identify it in the viewer. */
    name: string;
    /** The localized name of the rendering extension, used for display purposes in the viewer. */
    localizedName: string;
}
