import '@operato/font'; import { PageView } from '@operato/shell'; export declare class FontListPage extends PageView { static styles: import("lit").CSSResult[]; get context(): { title: string; }; render(): import("lit-html").TemplateResult<1>; }