import { SafeString } from 'handlebars'; export declare const DEFAULT_COLOR = "text-blue-500"; export declare function put(state: any): string; export declare function putWithColor(state: any): SafeString; export declare function defaultGetContent(): null; declare const _default: any; export default _default;