import React from "react";
export type ContentPanelProps = {
    id: string;
};
declare const ContentPanel: React.FC<ContentPanelProps>;
export default ContentPanel;
