/// import PropTypes from 'prop-types'; export declare const Types: { DEFAULT: string; OPEN: string; }; export declare const FolderIcon: { ({ color, type }: { color?: string; type?: string; }): JSX.Element; category: string; propTypes: { type: PropTypes.Requireable; color: PropTypes.Requireable; }; Types: { DEFAULT: string; OPEN: string; }; };