import { type HTMLAttributes } from 'react'; export type DropdownItemProps = HTMLAttributes; /** * DropdownItem component, used to display an item in the Dropdown. Used within a DropdownList. * * @example * * * * Button * * * */ export declare const DropdownItem: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=dropdown-item.d.ts.map