import * as i0 from '@angular/core'; import { ElementRef, EventEmitter } from '@angular/core'; declare class DaffTextSnippetComponent { /** * Whether or not the component should render a condensed version of the content. */ condensed: boolean; /** * The HTML content to render inside the snippet. */ html: string; /** * @docs-private */ ariaExpanded(): boolean; /** * @docs-private */ contentRef: ElementRef; /** * @docs-private */ htmlRef: ElementRef; /** * An output event that can be used to track the state of the component externally. */ toggle: EventEmitter; /** * @docs-private */ toggleSnippet(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { DaffTextSnippetComponent };