export declare enum SeoTitleEnum { ogTitle = "og:title", twitterTitle = "twitter:title", name = "name" } export declare type SeoTitleKeys = keyof typeof SeoTitleEnum;