import * as React from "react"; import { IconProps } from '../lib'; declare const ThreeD: (props: IconProps) => React.JSX.Element; export default ThreeD; //# sourceMappingURL=ThreeD.d.ts.map