import { CSSResultGroup } from 'lit'; import { SbbActionBaseElement } from '../../core/base-elements.ts'; import { AbstractConstructor } from '../../core/mixins.ts'; export type SbbLinkSize = 'xs' | 's' | 'm'; declare const SbbLinkCommonElementMixinType_base: AbstractConstructor & typeof SbbActionBaseElement; export declare class SbbLinkCommonElementMixinType extends SbbLinkCommonElementMixinType_base { accessor size: SbbLinkSize; } export interface SbbLinkCommonElementMixinConstructor { styles: CSSResultGroup; } export declare const SbbLinkCommonElementMixin: >(superClass: T) => AbstractConstructor & T & SbbLinkCommonElementMixinConstructor; export {}; //# sourceMappingURL=link-common.d.ts.map