import { IconProps } from "../icon/icon"; import { ElementType } from "../types"; export declare type TagLeftIconProps = IconProps; export declare function TagLeftIcon(props: TagLeftIconProps): import("solid-js").JSX.Element; export declare namespace TagLeftIcon { var toString: () => string; } export declare type TagRightIconProps = IconProps; export declare function TagRightIcon(props: TagRightIconProps): import("solid-js").JSX.Element; export declare namespace TagRightIcon { var toString: () => string; } //# sourceMappingURL=tag-icon.d.ts.map