import { type SvgIconProps } from '@mui/material/SvgIcon';
import React from 'react';
declare const FolderColored: (props: SvgIconProps) => React.JSX.Element;
export default FolderColored;
