import type { FormTypeProps } from '../../stores/form/types.js';
export declare const ChainSelect: import("react").MemoExoticComponent<({ formType }: FormTypeProps) => import("react/jsx-runtime").JSX.Element>;
