import Field from './field'; import type { Attribute } from '../types'; export declare const createField: (attribute: Attribute) => Field; //# sourceMappingURL=index.d.ts.map