export interface IConfig { isLegacyRender?: boolean; } export declare const config: IConfig;