import '@ionic/core'; export declare class FtbShowcasePage { components: { title: string; items: string[]; }[]; componentWillLoad(): void; connectedCallback(): void; render(): any; renderDesktop(): any; renderMobile(): any; renderRoutes(): any; }