import React from "react"; import { SwitchProps } from "@material-ui/core"; declare type MuiSwitchPropsExtacted = Omit; export interface GovernanceSwitchProps extends MuiSwitchPropsExtacted { initialValue: boolean; onChange: (value: boolean) => void; } export declare const GovernanceSwitch: React.FC; export {}; //# sourceMappingURL=GovernanceSwitch.d.ts.map