import type { PropsFor } from "../../types.js"; import ExpandIcon from "../internal/ExpandIcon/ExpandIcon.internal.js"; export type ButtonExpandProps = PropsFor<"button", React.ComponentProps>; /** * Button with a rotatable angle icon */ declare const ButtonExpand: import("react").ForwardRefExoticComponent>; export default ButtonExpand;