export declare const priceFormatOptions: Intl.NumberFormatOptions; /** * List of pages that are considered 'core' and can be published and unpublished. * Non-core pages are ones that can be dynamically created and deleted in v4 admin, * e.g. custom pages and articles. * */ export declare const PUBLISHABLE_CORE_PAGES: string[]; /** * List of pages that can be created and deleted as custom configs. * * This is used to figure out default published status for pages that are publishable. * */ export declare const CREATABLE_PAGES: string[]; /** * The default theme to render if no other theme is set. */ export declare const DEFAULT_THEME = "rigel"; /** * Classes used for mail / tel links in order to attach analytics events */ export declare const ANALYTICS_LINK_EVENT_CLASSES: { tel: string; mail: string; }; //# sourceMappingURL=constants.d.ts.map