export declare const tabPendingSchema: (t: any, props: any, parantUid: any) => {
    type: string;
    name: string;
    title: any;
    'x-settings': string;
    'x-component': string;
    'x-component-props': any;
};
export declare const tabProcessedSchema: (t: any, props: any, parantUid: any) => {
    type: string;
    name: string;
    title: any;
    'x-settings': string;
    'x-component': string;
    'x-component-props': any;
};
export declare const tabDuplicateSchema: (t: any, props: any, parantUid: any) => {
    type: string;
    name: string;
    title: any;
    'x-settings': string;
    'x-component': string;
    'x-component-props': any;
};
export declare const tabExecutedSchema: (t: any, props: any, parantUid: any) => {
    type: string;
    name: string;
    title: any;
    'x-settings': string;
    'x-component': string;
    'x-component-props': any;
};
