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