import { IconProps } from '../lib';
declare function Folder(props: IconProps): JSX.Element;
export default Folder;
