import React from 'react';
type SwitchIconProps = React.HTMLAttributes<SVGElement> & {
    width?: number | string;
    height?: number | string;
    fill?: string;
};
export declare const SwitchIcon: ({ width, height, fill, ...props }: SwitchIconProps) => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=SwitchIcon.d.ts.map