import React from 'react'; type Props = { id: number; context: string; children: any; }; declare const _default: React.MemoExoticComponent<({ children, id, context }: Props) => React.JSX.Element>; export default _default;