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