import React from 'react'; import { a as Actions } from '../../../Actions-752d7514.js'; declare type SwitcherProps = React.ComponentProps & { avatar: React.ReactElement; fill?: string; isLoading?: boolean; subtitle?: string; title?: string; }; declare const Switcher: ({ actions, avatar: Avatar, fill, isLoading, subtitle, title, ...actionsProps }: SwitcherProps) => JSX.Element; export { Switcher as default };