import { GdsElement } from '../../../gds-element'; declare const GdsListItem_base: (new (...args: any[]) => import("../../../utils/mixins/declarative-layout-mixins").LayoutChildProps) & typeof GdsElement; /** * `gds-list-item` is used as a child of `gds-list` to represent a single item in a list. * * @element gds-list-item * @status beta * * @slot - Content to be displayed as the main content. */ export declare class GdsListItem extends GdsListItem_base { static styles: import("lit").CSSResult[]; connectedCallback(): void; render(): any; } export {};