import type { PathField } from './PathField.js';
export interface PathInputProps {
    field: PathField;
}
export declare function PathInput({ field }: PathInputProps): import("react/jsx-runtime").JSX.Element;
