import React from "react"; import { DropdownButtonProps } from "./DropdownButton"; /** * An icon-only button that toggles a dropdown menu or popover. Appends a * caret suffix to the icon and wires up `aria-controls` and `aria-expanded` * to the controlled element. Requires an `aria-label` for accessibility. * * @component * @see {@link https://planningcenter.github.io/tapestry/?path=/docs/components-button-dropdown-icon-button--docs | Storybook Documentation} */ export declare const DropdownIconButton: React.ForwardRefExoticComponent & { "aria-label": string; icon: React.ReactNode; } & DropdownButtonProps & React.RefAttributes>; //# sourceMappingURL=DropdownIconButton.d.ts.map