export declare const handleTypeNew: (num: number) => { label: string; value: string; }[]; export declare const handleType: (type?: number) => { label: string; value?: string; }[];