/// import type { SVGProps } from "../global"; declare const ExperimentIcon: ({ size, ...props }: SVGProps) => JSX.Element; export default ExperimentIcon; //# sourceMappingURL=ExperimentIcon.d.ts.map