declare function RepeaterItem({ children }: { children: any; }): JSX.Element; declare namespace RepeaterItem { const propTypes: {}; const defaultProps: {}; } export default RepeaterItem;