import type { HTMLAttributes } from 'react'; export type SidepanelSectionProps = HTMLAttributes; declare const SidepanelSection: ({ className, ...props }: SidepanelSectionProps) => import("react/jsx-runtime").JSX.Element; export default SidepanelSection; //# sourceMappingURL=SidepanelSection.d.ts.map