import { FASTElement } from "@microsoft/fast-element"; type OrientationNames = { horizontal: string; vertical: string; }; export declare class enmeddMultiStep extends FASTElement { orientation: keyof OrientationNames; variant: string; connectedCallback(): void; orientationChanged(): void; variantChanged(): void; updateItemsAttribute(attrName: string, value: string): void; updateSteps(): void; } export declare const EnmeddMultiStep: import("@microsoft/fast-react-wrapper").ReactWrapper; export {}; //# sourceMappingURL=multiStep.d.ts.map