import { LitElement } from 'lit'; export interface SDSStepperStepProps { complete?: boolean; interactive?: boolean; active?: boolean; } declare const SDSStepperStep_base: import("../mixins/types").Constructable & typeof LitElement; export declare class SDSStepperStep extends SDSStepperStep_base { static styles: import("lit").CSSResult[]; readonly internals: ElementInternals; static shadowRootOptions: ShadowRootInit; complete: SDSStepperStepProps['complete']; interactive: SDSStepperStepProps['interactive']; active: SDSStepperStepProps['active']; constructor(); private readonly _handleClick; private readonly _renderNonInteractiveStep; private readonly _renderInteractiveStep; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'sds-stepper-step': SDSStepperStep; } } export {}; //# sourceMappingURL=sds-stepper-step.d.ts.map