export interface Props { maskID: string; } export declare const Auburn: (({ 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 declare const Blonde: (({ maskID }: Props) => import("react/jsx-runtime").JSX.Element) & { optionValue: string; }; export declare const BlondeGolden: (({ 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 BrownDark: (({ maskID }: Props) => import("react/jsx-runtime").JSX.Element) & { optionValue: string; }; export declare const PastelPink: (({ maskID }: Props) => import("react/jsx-runtime").JSX.Element) & { optionValue: string; }; export declare const Platinum: (({ maskID }: Props) => import("react/jsx-runtime").JSX.Element) & { optionValue: string; }; export declare const Red: (({ maskID }: Props) => import("react/jsx-runtime").JSX.Element) & { optionValue: string; }; export declare const SilverGray: (({ maskID }: Props) => import("react/jsx-runtime").JSX.Element) & { optionValue: string; }; export default function HairColor({ maskID }: Props): import("react/jsx-runtime").JSX.Element;