export declare const liveEditorStyle: { fontSize: number; fontFamily: string; borderRadius: number; }; export declare const liveErrorStyle: { fontFamily: string; fontSize: number; padding: string; color: string; backgroundColor: string; borderRadius: number; marginTop: string; }; declare const CodeBlock: { ({ className, live, isManual, render, children, ...props }: any): JSX.Element; defaultProps: { mountStylesheet: boolean; }; }; export default CodeBlock;