import React, { SVGAttributes } from 'react'; type AdsClickIconProps = SVGAttributes; export declare const AdsClickIcon: (props: AdsClickIconProps) => React.JSX.Element; export {};