$props: Partial<{}> & Omit<({ actions?: ValidationResultAction[]; message?: string; type: "success"; } | { actions?: ValidationResultAction[]; message: string; type: "error"; } | { actions?: ValidationResultAction[]; message: string; type: "warning"; }) & (VNodeProps & AllowedComponentProps & (ComponentCustomProps & (Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_5<{ type: "success"; message?: string | undefined; } & { ...; }>>> | Readonly<...> | Readonly<...>))
), never>