/// <reference types="react" />
import { IconProps } from '../types';
declare const Settings: ({ srText, className }: IconProps) => JSX.Element;
export default Settings;
