import React from 'react'; import { FaceType } from './z_options'; interface HairProps { piece: FaceType; strokeColor?: string; backgroundColor?: string; } declare const index: React.FC; export default index;