import { SVGProps } from 'react'; export interface FolderProps extends Omit, 'css'> { } export declare const Folder: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;