type SectionWrapperProps = {
    children: React.ReactNode;
    rightPanel?: React.ReactNode;
    className?: string;
};
export declare const SectionWrapper: ({ children, rightPanel, className }: SectionWrapperProps) => import("react/jsx-runtime").JSX.Element;
export {};
