import type { FormType } from '../../stores/form/types.js';
interface SearchTokenInputProps {
    formType: FormType;
}
export declare const SearchTokenInput: ({ formType }: SearchTokenInputProps) => import("react/jsx-runtime").JSX.Element;
export {};
