import { Cre8Element } from '../cre8-element'; /** * The Dropdown item component is designed to be used with Dropdown component, each item represents a * selectable option or action within the dropdown menu. It can be configured to trigger actions, navigate * to links, initiate commands when clicked. */ export declare class Cre8DropdownItem extends Cre8Element { static styles: import("lit").CSSResult[]; ariaLabel: string; private _handleClick; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'cre8-dropdown-item': Cre8DropdownItem; } } export default Cre8DropdownItem; //# sourceMappingURL=dropdown-item.d.ts.map