import Gist from './gist';
declare let exported: typeof Gist;
export default exported;
export type { ColorScheme, GistConfig, GistEnv, GistMessage, DisplaySettings, MessageProperties, } from './types';
