import { SVGProps } from 'react';

declare const Faceter: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Faceter as default };
