import * as React from 'react'; declare function Union(props: React.SVGProps): JSX.Element; export declare const ReactComponent: typeof Union; export default Union;