export interface CustomUnionType { isUnion: boolean; values: Array; defaultValue: any; } export declare const toUnionType: (props: Partial) => CustomUnionType; //# sourceMappingURL=UnionType.d.ts.map