/// <reference types="react" />
type CodeAdapterProps = {
    children: JSX.Element;
};
export declare const CodeAdapter: ({ children, ...restProps }: CodeAdapterProps) => JSX.Element;
export {};
