EmptyView: ObjectSchema<
    {
        description: OptionalSchema<StringSchema<undefined>, undefined>;
        icon: OptionalSchema<GenericSchema<schema.Icon>, undefined>;
        nodeName: EnumSchema<typeof NodeNameEnum, undefined>;
        title: OptionalSchema<StringSchema<undefined>, undefined>;
    },
    undefined,
> = ...