import { IRnaPreset } from 'ketcher-core'; declare type Props = { preset: IRnaPreset; }; export declare const GhostRnaPreset: ({ preset }: Props) => import("@emotion/react/jsx-runtime").JSX.Element | null; export {};