import * as i0 from '@angular/core'; import * as i1 from '@daffodil/design'; import * as i1$1 from '@angular/common'; /** * DaffLinkSetComponent is a component for displaying a two or more links. */ declare class DaffLinkSetComponent { /** * @docs-private */ class: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } /** * A directive for adding a heading to a daff-link-set. */ declare class DaffLinkSetHeadingDirective { /** * @docs-private */ class: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } /** * A directive for adding a subheading to a daff-link-set. */ declare class DaffLinkSetSubheadingDirective { /** * @docs-private */ class: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class DaffLinkSetItemComponent { /** * @docs-private */ class: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } /** * @deprecated in favor of {@link DAFF_LINK_SET_COMPONENTS}. Deprecated in version 0.78.0. Will be removed in version 1.0.0. */ declare class DaffLinkSetModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /** * @docs-private */ declare const DAFF_LINK_SET_COMPONENTS: readonly [typeof DaffLinkSetComponent, typeof DaffLinkSetHeadingDirective, typeof DaffLinkSetSubheadingDirective, typeof DaffLinkSetItemComponent]; export { DAFF_LINK_SET_COMPONENTS, DaffLinkSetComponent, DaffLinkSetHeadingDirective, DaffLinkSetItemComponent, DaffLinkSetModule, DaffLinkSetSubheadingDirective };