import { PropsWithChildren } from 'react';
export declare function CodePanelPreview({ children }: PropsWithChildren): JSX.Element;
