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