import { IkasImage } from "../../image"; export declare type IkasIndexPageSeoSetting = { canonicals: string[] | null; createdAt: any | null; deleted: boolean; description: string | null; disableIndex: boolean | null; favIcon: string | null; id: string; locale: string; pageTitle: string | null; slug: string | null; updatedAt: any | null; icon?: IkasImage | null; };