import { PlatformService } from '../../../services/platform.service';
import * as i0 from "@angular/core";
/**
 * Renders a container for list items, applying platform-specific styles for consistency
 * across different operating systems. This component serves as a foundational element
 * for creating lists in a user interface.
 */
export declare class ListComponent {
    protected platformService: PlatformService;
    static ɵfac: i0.ɵɵFactoryDeclaration<ListComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ListComponent, "tgui-list", never, {}, {}, never, ["*"], true, never>;
}
