import { FC } from 'react'; interface IProps { add: () => void; length: number; className?: string; } declare const SectionAddItem: FC; export default SectionAddItem;