import React, { SVGProps } from 'react'; type VibeCodingSvgProps = SVGProps & { size?: number | string; }; export declare const VibeCodingSvg: React.FC; export {};