import { SVGProps } from "react";
export interface ADSIcon extends SVGProps<SVGSVGElement> {
    size: string;
}
