import { ElementType, HTMLHopeProps } from "../types"; export declare type TagLabelProps = HTMLHopeProps; export declare function TagLabel(props: TagLabelProps): import("solid-js").JSX.Element; export declare namespace TagLabel { var toString: () => string; } //# sourceMappingURL=tag-label.d.ts.map