import React from 'react'; interface IProps { type: 'size' | 'color' | 'stroke' | 'stroke-color' | 'stroke-size' | 'stroke-opacity' | 'weight' | 'intensity'; } declare const _default: React.MemoExoticComponent<({ type }: IProps) => JSX.Element>; export default _default;