/** * Sample custom Atomic result component, to be used inside an Atomic Result Template. * * This component showcases a component that conditionally renders the author of a result, with a fallback to display "anonymous" in the event that no author is available for a document, for educational purposes. * * In a real life scenario, we recommend using [result-field-condition](https://docs.coveo.com/en/atomic/latest/reference/result-template-components/atomic-field-condition/) and [atomic-result-text](https://docs.coveo.com/en/atomic/latest/reference/result-template-components/atomic-result-text/). */ export declare class StripHtmlComponent { private result?; private host; connectedCallback(): Promise; private stripHtmlAndEntities; render(): any; }