import { SVGProps } from 'react'; declare const Faceter: (props: SVGProps) => JSX.Element; export { Faceter as default };