export declare const htmlSafe: (args: [string | import("@ember/template").SafeString | undefined | null]) => import("@ember/template").SafeString;
declare const _default: import("@ember/component/helper").FunctionBasedHelper<{
Args: {
Positional: [string | import("@ember/template").SafeString | null | undefined];
Named: object;
};
Return: import("@ember/template").SafeString;
}>;
export default _default;
//# sourceMappingURL=html-safe.d.ts.map