import React from 'react';
import type { ComponentProps } from '../..';
declare const OtherConfig: React.MemoExoticComponent<({ instance }: ComponentProps) => React.JSX.Element>;
export default OtherConfig;
