import { type TagType, type TypesElement } from '../store/Types'; export declare const Undefined: { (props: TypesElement): null; displayName: string; };