import { MonomerConnectionProps } from '../modalContainer/types'; interface IStyledButtonProps { disabled: boolean; } export declare const ActionButtonLeft: import("@emotion/styled").StyledComponent<{ label: string; clickHandler: () => void; styleType?: string | undefined; } & import("@mui/material").ButtonBaseOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLButtonElement>, "ref"> & { ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject | null | undefined; }, "style" | "children" | "className" | "classes" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef"> & { component?: import("react").ElementType | undefined; } & { theme?: import("@emotion/react").Theme | undefined; }, {}, {}>; export declare const ActionButtonRight: import("@emotion/styled").StyledComponent<{ label: string; clickHandler: () => void; styleType?: string | undefined; } & import("@mui/material").ButtonBaseOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLButtonElement>, "ref"> & { ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject | null | undefined; }, "style" | "children" | "className" | "classes" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef"> & { component?: import("react").ElementType | undefined; } & { theme?: import("@emotion/react").Theme | undefined; } & IStyledButtonProps, {}, {}>; export declare const ActionButtonAttachmentPoint: import("@emotion/styled").StyledComponent<{ label: string; clickHandler: () => void; styleType?: string | undefined; } & import("@mui/material").ButtonBaseOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLButtonElement>, "ref"> & { ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject | null | undefined; }, "style" | "children" | "className" | "classes" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef"> & { component?: import("react").ElementType | undefined; } & { theme?: import("@emotion/react").Theme | undefined; }, {}, {}>; declare const MonomerConnection: ({ onClose, isModalOpen, firstMonomer, secondMonomer, polymerBond, isReconnectionDialog, }: Readonly) => React.ReactElement; export { MonomerConnection };