import { MySafeHtml } from './safe-html.pipe';
export declare class SafeHtmlModule {
    static forRoot(): {
        ngModule: typeof SafeHtmlModule;
        providers: any[];
    };
}
export { MySafeHtml };
