import { FunctionalComponent } from '../../../stencil-public-runtime'; interface AppMetaProps { domain?: string; name?: string; version?: string; } export declare const AppMeta: FunctionalComponent; export {};