import type { FormType } from '../../stores/form/types.js';
interface ChainsExpandedProps {
    formType: FormType;
    open: boolean;
}
export declare const ChainsExpanded: import("react").NamedExoticComponent<ChainsExpandedProps>;
export {};
