/// export interface MetaProps { description?: string; title?: string; withManifest?: boolean; } declare const Meta: import("react").NamedExoticComponent; export default Meta;