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