import { Panel } from '@redocly/theme';
export declare const CodePanel: import("styled-components").StyledComponent<typeof Panel, any, {
    $spacing?: "xxl" | "xl" | "lg" | "md" | "base";
}, never>;
