export interface Props { maskID: string; } export declare const Tanned: (({ maskID }: Props) => import("react/jsx-runtime").JSX.Element) & { optionValue: string; }; export declare const Yellow: (({ maskID }: Props) => import("react/jsx-runtime").JSX.Element) & { optionValue: string; }; export declare const Pale: (({ maskID }: Props) => import("react/jsx-runtime").JSX.Element) & { optionValue: string; }; export declare const Light: (({ maskID }: Props) => import("react/jsx-runtime").JSX.Element) & { optionValue: string; }; export declare const Brown: (({ maskID }: Props) => import("react/jsx-runtime").JSX.Element) & { optionValue: string; }; export declare const DarkBrown: (({ maskID }: Props) => import("react/jsx-runtime").JSX.Element) & { optionValue: string; }; export declare const Black: (({ maskID }: Props) => import("react/jsx-runtime").JSX.Element) & { optionValue: string; }; export default function Skin({ maskID }: Props): import("react/jsx-runtime").JSX.Element;