/** @jsxRuntime classic */ /** @jsx jsx */ import type { CardValueComponent, CellComponent, FieldController, FieldControllerConfig, IdFieldConfig } from "../../types/index.js"; export declare function Field(): null; export declare const Cell: CellComponent; export declare const CardValue: CardValueComponent; export declare function controller(config: FieldControllerConfig): FieldController; //# sourceMappingURL=id-field-view.d.ts.map