import { Cre8Element } from '../cre8-element'; /** * @slot - The default slot to put badges or other Components */ export declare class Cre8LinkListItem extends Cre8Element { static styles: import("lit").CSSResult[]; /** * The link text */ text?: string; /** * Active link */ isActive?: boolean; /** * The link URL */ href?: string; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'cre8-link-list-item': Cre8LinkListItem; } } export default Cre8LinkListItem; //# sourceMappingURL=link-list-item.d.ts.map