declare type configType = { bg: string; w: number; h: number; font: string; fillStyle: string; }; declare const _default: (name: string, config?: configType) => string | undefined; export default _default;