/**
 * Map of available theme names
 */
export declare const themes: {
    bootstrap: 'bootstrap';
    elife: 'elife';
    f1000: 'f1000';
    galleria: 'galleria';
    giga: 'giga';
    latex: 'latex';
    nature: 'nature';
    plos: 'plos';
    rpng: 'rpng';
    skeleton: 'skeleton';
    stencila: 'stencila';
    tufte: 'tufte';
    wilmore: 'wilmore';
};
