import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const Settings: React.MemoExoticComponent>; declare type SettingsRef = PathIconRef; declare type SettingsProps = PathIconProps; export { Settings }; export type { SettingsRef, SettingsProps }; export default Settings;