export type ContentPanelProps = {
    id: string;
};
declare const ContentPanel: ({ id }: ContentPanelProps) => import("react/jsx-runtime").JSX.Element;
export default ContentPanel;
