import * as React from 'react';
export interface Props {
    source: string;
}
declare const CharChemDisplay: React.FC<Props>;
export default CharChemDisplay;
