export declare type IkasHTMLMetaDataTranslations = { description: string | null; locale: string; pageTitle: string | null; slug: string | null; };