import { SVGProps } from 'react'; export interface ISvgIconProps extends SVGProps { className?: string; size?: number; style?: React.CSSProperties; } declare const FolderSVG: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default FolderSVG;