import { Theme } from "./themes"; export declare type CodeEditorStylesProps = { fontFamily?: keyof Theme["fonts"]; }; export declare const CodeEditorStyles: ({ fontFamily, }: CodeEditorStylesProps) => import("@emotion/react/jsx-runtime").JSX.Element;