import React from 'react'; import { ItemClassNames, VStepperItemProps } from './types'; import { SomeObject } from '../../commonTypes'; import { VSTEPPER_STATUS_TYPES } from './constants'; export declare type StepTypes = typeof VSTEPPER_STATUS_TYPES[keyof typeof VSTEPPER_STATUS_TYPES]; export declare const getItemClassNames: (props: VStepperItemProps, theme: Required>, type: "progress" | "success" | "danger" | "warning") => ItemClassNames; export declare const getChildren: (children: React.ReactElement React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)>, value?: SomeObject | null | undefined) => React.ReactNode;