NamedComponent: InferredComponent & {
    documentation: string;
    name: string;
}

An inferred component with generated name and documentation.