import { EventName } from '../../core.js'; import { SbbNavigationSectionElement } from '@sbb-esta/lyne-elements/navigation.js'; declare class SbbNavigationSectionComponentType extends SbbNavigationSectionElement { set trigger(value: string | SbbNavigationSectionElement['trigger']); get trigger(): string | SbbNavigationSectionElement['trigger']; } export declare const SbbNavigationSection: import('../../core.js').ReactWebComponent; onOpen: EventName; onBeforeclose: EventName; onClose: EventName; }>; export {}; //# sourceMappingURL=navigation-section.component.d.ts.map