import { default as React } from 'react'; import { RepeaterProps } from './types'; export type { RepeaterProps } from './types'; export declare const Repeater: React.FC; export default Repeater;