import React from 'react'; import { SwitchHTMLProps, SwitchProps } from './switch'; import { MDCSwitchFoundation } from '@material/switch'; export declare const useSwitchFoundation: (props: SwitchProps & SwitchHTMLProps) => { rootEl: import("@rmwc/base").FoundationElement; foundation: MDCSwitchFoundation; renderToggle: (toggle: React.ReactElement>) => JSX.Element; toggleRootProps: React.HTMLProps; id: string; disabled: boolean; selected: boolean; processing: boolean; };