import React from 'react'; import { type EndItemProps } from './end-item'; interface SettingsProps extends Omit { } /** * __Settings__ * * The Settings button for the top navigation. */ export declare const Settings: React.ForwardRefExoticComponent & React.RefAttributes>; export {};