import { Welcome } from '../../pages';
export declare const steps: ({
    name: "welcome";
    component: typeof Welcome;
    type?: undefined;
} | {
    name: "document-selection";
    component: typeof Welcome;
    type?: undefined;
} | {
    name: "document-start";
    component: typeof Welcome;
    type?: undefined;
} | {
    name: "document-photo";
    component: typeof Welcome;
    type?: undefined;
} | {
    name: "check-document";
    component: typeof Welcome;
    type?: undefined;
} | {
    name: "document-photo-back-start";
    component: typeof Welcome;
    type: string;
} | {
    name: "document-photo-back";
    component: typeof Welcome;
    type: string;
} | {
    name: "check-document-photo-back";
    component: typeof Welcome;
    type: string;
} | {
    name: "selfie-start";
    component: typeof Welcome;
    type?: undefined;
} | {
    name: "selfie";
    component: typeof Welcome;
    type?: undefined;
} | {
    name: "check-selfie";
    component: typeof Welcome;
    type?: undefined;
} | {
    name: "qrcode";
    component: typeof Welcome;
    type?: undefined;
} | {
    name: "loading";
    component: typeof Welcome;
    type?: undefined;
} | {
    name: "resubmission";
    component: typeof Welcome;
    type: string;
} | {
    name: "decline";
    component: typeof Welcome;
    type: string;
} | {
    name: "error";
    component: typeof Welcome;
    type: string;
} | {
    name: "final";
    component: typeof Welcome;
    type: string;
})[];
//# sourceMappingURL=constants.d.ts.map