type AllowedHTML = Record; /** * В дальнейшем можно по надобности указывать возможные атрибуты. */ export declare const DEFAULT_ALLOWED_HTML: AllowedHTML; export declare const interpolateMessage: (message?: string, customAllowedHTML?: AllowedHTML) => string | undefined; export {};