import { EntityTagsPickerProps } from './schema'; export { EntityTagsPickerSchema } from './schema'; /** * The underlying component that is rendered in the form for the `EntityTagsPicker` * field extension. * * @public */ export declare const EntityTagsPicker: (props: EntityTagsPickerProps) => import("react/jsx-runtime").JSX.Element;