import { BaseElement } from "@hydrophobefireman/kit"; import { SwitchProps } from "./types"; export * from "./types"; export declare function Switch({ checked, errored, inline, id, class: cls, className, label, labelStyle, width, height, ...rest }: BaseElement): JSX.Element; export declare function _Switch({ errored, inline, id, class: cls, className, labelStyle, disabled, label, width, height, ...rest }: BaseElement): JSX.Element;