import { ElementType, HTMLHopeProps } from "../types"; export declare type IconProps = HTMLHopeProps; export declare const hopeIconClass = "hope-icon"; export declare function Icon(props: IconProps): import("solid-js").JSX.Element; export declare namespace Icon { var toString: () => string; } //# sourceMappingURL=icon.d.ts.map