import React from 'react';
export interface Face3Props {
    size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | number;
    color?: string;
    className?: string;
    style?: React.CSSProperties;
}
export declare const Face3: React.FC<Face3Props>;
//# sourceMappingURL=Face3.web.d.ts.map