import { ElementType, HTMLHopeProps } from "../types"; export declare type SwitchPrimitiveThumbProps = HTMLHopeProps; /** * The thumb that is used to visually indicate whether the switch is on or off. * You can style this element directly, or you can use it as a wrapper to put an icon into, or both. */ export declare function SwitchPrimitiveThumb(props: SwitchPrimitiveThumbProps): import("solid-js").JSX.Element; //# sourceMappingURL=switch-primitive-thumb.d.ts.map