import React from 'react'; interface YarnIconProps extends React.ComponentPropsWithoutRef<'svg'> { size?: number | string; } export declare function YarnIcon({ size, ...others }: YarnIconProps): JSX.Element; export {}; //# sourceMappingURL=YarnIcon.d.ts.map