import React from 'react';
import { CodeBlock } from './CodeBlock';
declare type CodeDemoProps = React.ComponentProps<typeof CodeBlock>;
export declare function CodeDemo({ css, line, ...props }: CodeDemoProps): JSX.Element;
export {};
