export interface Props { maskID: string; } export declare const Black: (({ maskID }: Props) => import("react/jsx-runtime").JSX.Element) & { optionValue: string; }; export declare const Blue01: (({ maskID }: Props) => import("react/jsx-runtime").JSX.Element) & { optionValue: string; }; export declare const Blue02: (({ maskID }: Props) => import("react/jsx-runtime").JSX.Element) & { optionValue: string; }; export declare const Blue03: (({ maskID }: Props) => import("react/jsx-runtime").JSX.Element) & { optionValue: string; }; export declare const Gray01: (({ maskID }: Props) => import("react/jsx-runtime").JSX.Element) & { optionValue: string; }; export declare const Gray02: (({ maskID }: Props) => import("react/jsx-runtime").JSX.Element) & { optionValue: string; }; export declare const Heather: (({ maskID }: Props) => import("react/jsx-runtime").JSX.Element) & { optionValue: string; }; export declare const PastelBlue: (({ maskID }: Props) => import("react/jsx-runtime").JSX.Element) & { optionValue: string; }; export declare const PastelGreen: (({ maskID }: Props) => import("react/jsx-runtime").JSX.Element) & { optionValue: string; }; export declare const PastelOrange: (({ maskID }: Props) => import("react/jsx-runtime").JSX.Element) & { optionValue: string; }; export declare const PastelRed: (({ maskID }: Props) => import("react/jsx-runtime").JSX.Element) & { optionValue: string; }; export declare const PastelYellow: (({ maskID }: Props) => import("react/jsx-runtime").JSX.Element) & { optionValue: string; }; export declare const Pink: (({ 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 White: (({ maskID }: Props) => import("react/jsx-runtime").JSX.Element) & { optionValue: string; }; export default function Colors({ maskID }: Props): import("react/jsx-runtime").JSX.Element;