import { FC, PropsWithChildren } from 'react'; declare const Item: FC<{ width?: number; } & PropsWithChildren>; export default Item;