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