export interface Props { maskID: string; } declare function SkullImpl({ maskID }: Props): import("react/jsx-runtime").JSX.Element; export declare const Skull: typeof SkullImpl & { optionValue: string; }; declare function SkullOutlineImpl({ maskID }: Props): import("react/jsx-runtime").JSX.Element; export declare const SkullOutline: typeof SkullOutlineImpl & { optionValue: string; }; declare function BatImpl({ maskID }: Props): import("react/jsx-runtime").JSX.Element; export declare const Bat: typeof BatImpl & { optionValue: string; }; declare function CumbiaImpl({ maskID }: Props): import("react/jsx-runtime").JSX.Element; export declare const Cumbia: typeof CumbiaImpl & { optionValue: string; }; declare function DeerImpl({ maskID }: Props): import("react/jsx-runtime").JSX.Element; export declare const Deer: typeof DeerImpl & { optionValue: string; }; declare function DiamondImpl({ maskID }: Props): import("react/jsx-runtime").JSX.Element; export declare const Diamond: typeof DiamondImpl & { optionValue: string; }; declare function HolaImpl({ maskID }: Props): import("react/jsx-runtime").JSX.Element; export declare const Hola: typeof HolaImpl & { optionValue: string; }; declare function SelenaImpl({ maskID }: Props): import("react/jsx-runtime").JSX.Element; export declare const Selena: typeof SelenaImpl & { optionValue: string; }; declare function PizzaImpl({ maskID }: Props): import("react/jsx-runtime").JSX.Element; export declare const Pizza: typeof PizzaImpl & { optionValue: string; }; declare function ResistImpl({ maskID }: Props): import("react/jsx-runtime").JSX.Element; export declare const Resist: typeof ResistImpl & { optionValue: string; }; declare function BearImpl({ maskID }: Props): import("react/jsx-runtime").JSX.Element; export declare const Bear: typeof BearImpl & { optionValue: string; }; declare function PalestineImpl({ maskID }: Props): import("react/jsx-runtime").JSX.Element; export declare const Palestine: typeof PalestineImpl & { optionValue: string; }; export default function Graphics({ maskID }: Props): import("react/jsx-runtime").JSX.Element; export {};