import { LitElement, TemplateResult } from 'lit'; type Constructor = new (...args: any[]) => T; export declare class LabelledCheckboxOrRadioInterface { label: string; protected _handleSlotChange(): void; protected _renderLabelAttribute(): TemplateResult; } export declare const LabelledCheckboxOrRadioMixin: >(superClass: T) => Constructor & T; export {}; //# sourceMappingURL=LabelledCheckboxOrRadio.d.ts.map