import { OptionComponent } from './option.component'; import * as i0 from "@angular/core"; /** * Used to define a group of Options as a section. It intentionally only * queries OptionComponent, in `children`, to limit the section/option nesting * to one level. */ export declare class SectionDirective { children: Iterable; ariaLabel?: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare function section(options: Iterable, ariaLabel?: string): SectionDirective;