export interface RendererOptions {
    width?: string;
    height?: string;
    class?: string;
}
