import { ElementType, HTMLHopeProps } from "../types"; import { SelectTagVariants } from "./select.styles"; export declare type SelectTagProps = HTMLHopeProps; /** * Tag representing a selected value in a multi-select. */ export declare function SelectTag(props: SelectTagProps): import("solid-js").JSX.Element; export declare namespace SelectTag { var toString: () => string; } //# sourceMappingURL=select-tag.d.ts.map