import { FC } from 'react'; interface IProps { className?: string; } declare const SectionAddItem: FC; export default SectionAddItem;