import './index.pcss'; import { CodeBlock, Props } from "../interfaces"; export declare function code({ data }: Props): string;