declare function WithCodeStyles({ className, children }: any): JSX.Element; export declare const CodeBlock: typeof WithCodeStyles; export {};