declare const defaultProps: { fill: string; width: number; height: number; scale: number; }; declare const SvgSwitchOff: { ({ fill, width, height, scale }: typeof defaultProps): JSX.Element; defaultProps: { fill: string; width: number; height: number; scale: number; }; }; export default SvgSwitchOff;