import React from 'react';
interface StepLabelProps {
    isCurrentStep?: boolean;
    opacity: number;
    label?: string | React.ReactNode;
    description?: string | null;
}
export declare const StepLabel: ({ isCurrentStep, opacity, label, description, }: StepLabelProps) => JSX.Element | null;
export {};
//# sourceMappingURL=index.d.ts.map