import * as React from 'react'; export interface Props { maskID: string; } export declare class Skull extends React.Component { static optionValue: string; render(): JSX.Element; } export declare class SkullOutline extends React.Component { static optionValue: string; render(): JSX.Element; } export declare class Bat extends React.Component { static optionValue: string; render(): JSX.Element; } export declare class Cumbia extends React.Component { static optionValue: string; render(): JSX.Element; } export declare class Deer extends React.Component { static optionValue: string; render(): JSX.Element; } export declare class Diamond extends React.Component { static optionValue: string; render(): JSX.Element; } export declare class Hola extends React.Component { static optionValue: string; render(): JSX.Element; } export declare class Selena extends React.Component { static optionValue: string; render(): JSX.Element; } export declare class Pizza extends React.Component { static optionValue: string; render(): JSX.Element; } export declare class Resist extends React.Component { static optionValue: string; render(): JSX.Element; } export declare class Bear extends React.Component { static optionValue: string; private mask1; private path1; render(): JSX.Element; } export default class Graphics extends React.Component { render(): JSX.Element; }