import * as React from 'react'; export interface FolderOpenSolidIconProps extends React.SVGProps { size?: number | string; } export declare const FolderOpenSolidIcon: React.ForwardRefExoticComponent & React.RefAttributes>;