import { TdStepItemProps } from '../steps/type';
import { PropType } from 'vue';
declare const _default: {
    content: {
        type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
        default: string;
    };
    default: {
        type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
    };
    extra: {
        type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
    };
    icon: {
        type: PropType<boolean | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
        default: boolean;
    };
    status: {
        type: PropType<import("../steps/type").StepStatus>;
        default: import("../steps/type").StepStatus;
        validator(val: TdStepItemProps['status']): boolean;
    };
    title: {
        type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
        default: string;
    };
    value: {
        type: PropType<string | number>;
    };
};
export default _default;
