import * as t from "io-ts"; import { WithKey } from "../utils"; export declare const UIDDef: t.Type, WithKey<{ type: "UID"; } & { fieldset?: string | null | undefined; config?: { label?: string | null | undefined; useAsTitle?: boolean | undefined; placeholder?: string | undefined; } | undefined; }>, unknown>;