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