import { ButtonHTMLAttributes } from 'react';
type ExpandCollapseButtonProps = {
    isExpanded: boolean;
} & ButtonHTMLAttributes<HTMLButtonElement>;
export default function ExpandCollapseButton(props: ExpandCollapseButtonProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=ExpandCollapseButton.d.ts.map