/// import { colors as themeColors } from '../theme'; interface FaceMaskProps { color: keyof typeof themeColors.clothing; } export declare const FaceMask: ({ color }: FaceMaskProps) => JSX.Element; export {};