import { Icon } from '../iconTypes';
declare const IconFolderPersonal: ({ className, height, title, width }: Icon) => JSX.Element;
export default IconFolderPersonal;
