declare const SwitchListSpinner: ({ width, fill, ...props }: { width: number; fill: string; }) => JSX.Element; export default SwitchListSpinner;