import { AbstractConstructor, SbbActionBaseElement, SbbElementConstructor } from '../../core.ts'; import { SbbNavigationMarkerElement } from '../navigation-marker/navigation-marker.component.ts'; import { SbbNavigationSectionElement } from '../navigation-section/navigation-section.component.ts'; declare const SbbNavigationActionCommonElementMixinType_base: AbstractConstructor & typeof SbbActionBaseElement; export declare class SbbNavigationActionCommonElementMixinType extends SbbNavigationActionCommonElementMixinType_base { get marker(): SbbNavigationMarkerElement | null; get section(): SbbNavigationSectionElement | null; connectedSection: SbbNavigationSectionElement | undefined; } export declare const SbbNavigationActionCommonElementMixin: & SbbElementConstructor>(superClass: T) => AbstractConstructor & T; export {}; //# sourceMappingURL=navigation-action-common.d.ts.map