import React from 'react'; interface HtmlIconProps extends React.SVGProps { size?: number | string; } export declare const HtmlIcon: React.FC; export default HtmlIcon;