export type PanelType = {
    content?: string;
};
