/// <reference types="react" />
declare type Props = {
    children: [React.ReactElement, React.ReactElement];
    length?: number;
};
declare const _default: import("react").MemoExoticComponent<({ children, length, ...options }: Props) => any>;
export default _default;
