import { IconProps } from '../lib';
declare function PenNib({ weight, color, size, style }: IconProps): JSX.Element;
export default PenNib;
