import * as React from "react"; import type { IconOwnProps } from "./types"; import type { PolymorphicWithRef } from "../types"; declare type IconProps = PolymorphicWithRef; declare type IconElement = >(props: IconProps) => React.ReactElement>; declare const Icon: IconElement; export default Icon; //# sourceMappingURL=Icon.d.ts.map