import * as React from 'react';
export interface PencilSvgProps {
    color?: string;
    size?: string;
    className?: string;
}
declare const PencilSvg: ({ size, color, className }: PencilSvgProps) => React.JSX.Element;
export default PencilSvg;
//# sourceMappingURL=PencilSvg.d.ts.map