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