import { ComponentPropsWithoutRef, FC } from 'react'; export const Folder: FC> = (props) => { return ( ); }; export const Open: FC> = (props) => { return ( ); };