import { h } from 'preact'; interface SwitchProps extends h.JSX.HTMLAttributes { checked: boolean; width?: number; height?: number; } export declare function Switch({ checked, width, height, ...props }: SwitchProps): h.JSX.Element; export {}; //# sourceMappingURL=Switch.d.ts.map