/** * Provides very basic implementation of DASH components rendered as browser-native HTML elements: * * - `` * - `` * - `` * * @packageDocumentation * @module @hydrofoil/shaperone-wc/NativeComponents */ import { EnumSelectEditor, InstancesSelectEditor, TextFieldEditor, TextAreaEditor, DatePickerEditor, DateTimePickerEditor, URIEditor, BooleanSelectEditor } from '@hydrofoil/shaperone-core/components.js'; import type { Lazy } from './index.js'; export declare const nativeBooleanSelect: Lazy; export declare const textFieldEditor: Lazy; export declare const textAreaEditor: Lazy; export declare const enumSelectEditor: Lazy; export declare const datePickerEditor: Lazy; export declare const dateTimePickerEditor: Lazy; export declare const instancesSelectEditor: Lazy; export declare const uriEditor: Lazy; //# sourceMappingURL=NativeComponents.d.ts.map