import { FC } from "react"; import "./style.scss"; import { MenuButtonProps } from ".."; /** Button that opens a dropdown list of actions, without a primary action */ declare const MenuButton: FC; export default MenuButton; //# sourceMappingURL=index.d.ts.map