import React from 'react'; import { ICollection } from './types'; export declare const Collection: React.FC; export declare const useCollection: () => { list: Element[]; container: React.RefObject | undefined; };