import { MonomerOrAmbiguousType } from 'ketcher-core'; export declare const Card: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & { code?: string | undefined; selected?: boolean | undefined; disabled?: boolean | undefined; isVariantMonomer?: boolean | undefined; item?: MonomerOrAmbiguousType | undefined; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const NumberCircle: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & { selected?: boolean | undefined; monomersAmount: number; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const CardTitle: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLSpanElement>, {}>; export declare const AutochainIcon: import("@emotion/styled").StyledComponent; export declare const AutochainIconWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;