import type React from 'react'; type Props = { size?: number; color?: string; }; export declare const IconPencil: React.FC; export {}; //# sourceMappingURL=IconPencil.d.ts.map