import type { CustomTagsConfig } from './type'; /** * Default configuration for custom tags */ export declare const defaultCustomTagsConfig: CustomTagsConfig;