import { IgxStepComponent } from './step/step.component';
import { IgxStepperComponent } from './stepper.component';
import { IgxStepActiveIndicatorDirective, IgxStepCompletedIndicatorDirective, IgxStepContentDirective, IgxStepIndicatorDirective, IgxStepInvalidIndicatorDirective, IgxStepSubtitleDirective, IgxStepTitleDirective } from './stepper.directive';
export * from './stepper.component';
export * from './step/step.component';
export { HorizontalAnimationType, IStepChangingEventArgs, IStepChangedEventArgs, IgxStepperOrientation, IgxStepType, IgxStepperTitlePosition, VerticalAnimationType } from './stepper.common';
export * from './stepper.directive';
export declare const IGX_STEPPER_DIRECTIVES: readonly [typeof IgxStepComponent, typeof IgxStepperComponent, typeof IgxStepTitleDirective, typeof IgxStepSubtitleDirective, typeof IgxStepIndicatorDirective, typeof IgxStepContentDirective, typeof IgxStepActiveIndicatorDirective, typeof IgxStepCompletedIndicatorDirective, typeof IgxStepInvalidIndicatorDirective];
