import * as React from 'react'; export declare const SwitchWithLabel: React.NamedExoticComponent<{ children: React.ReactNode; className?: string; disabled?: boolean; id?: string; input: React.ReactNode; }>; //# sourceMappingURL=SwitchWithLabel.d.ts.map