import React from 'react';
type CodeAdapterProps = {
    children: JSX.Element;
};
export declare const CodeAdapter: ({ children, ...restProps }: CodeAdapterProps) => React.JSX.Element;
export {};
