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