import { IconProps } from "../icon/icon"; import { ElementType } from "../types"; /** * ListIcon is used to render an icon beside the list item text. */ export declare function ListIcon(props: IconProps): import("solid-js").JSX.Element; export declare namespace ListIcon { var toString: () => string; } //# sourceMappingURL=list-icon.d.ts.map