import { IkasThemeJson } from "../../theme-json"; export declare type IkasStorefrontThemeLocalization = { id: string; locale: string; storefrontId: string; storefrontThemeId: string; themeJson: IkasThemeJson; privacyPolicy: string | null; returnPolicy: string | null; termsOfService: string | null; imprint: string | null; shippingPolicy: string | null; };